Class Storage

java.lang.Object
com.google.gwt.storage.client.Storage

public final class Storage extends Object
Implements the HTML5 Storage interface.

You can obtain a Storage by either invoking getLocalStorageIfSupported() or getSessionStorageIfSupported().

Experimental API: This API is still under development and is subject to change.

If Web Storage is NOT supported in the browser, these methods return null.

Note: Storage events into other windows are not supported.

This may not be supported on all browsers.

See Also: