All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.stjs.javascript.Storage Maven / Gradle / Ivy

package org.stjs.javascript;

abstract public class Storage implements Map {
	public native  T getItem  (String key);

	public native void setItem  (String key, Object data);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy