public static class Storage extends Object
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.
Copyright © 2018. All rights reserved.