Adapter to connect a GenericStorage object to the window.localStorage API.
You may create multiple localStorage links using different namespaces.
Keep in mind that everything you store in the GenericStorage object will be put into
a JSON object when it is stored in the browser's localStorage; so you can not store object instances in it.
Adapter to connect a GenericStorage object to the window.localStorage API. You may create multiple localStorage links using different namespaces.
Keep in mind that everything you store in the GenericStorage object will be put into a JSON object when it is stored in the browser's localStorage; so you can not store object instances in it.