js-storage icon indicating copy to clipboard operation
js-storage copied to clipboard

JS Storage is a plugin to simplify access to local and session storage in HTML5

Results 6 js-storage issues
Sort by recently updated
recently updated
newest added

Error message: `Uncaught TypeError: t.charCodeAt is not a function` -> `store.everything.min.js?v=9609:2` Using in a bootstrap jquery project like this: ``` ``` Script: ``` var data = {lon: -666, lat: -666,...

Storages is not defined

What are the licensing options for this library?

Hi. I would like to ask if there's a possibility to add this plugin to maven repository to achieve easily access to it? I also tried to create a webjar,...

First of all, Great library. Thanks I faced with need that for example I need to remove all key, which starts with "payment" For this I used next code cookies.remove(cookies.keys().filter((key)...

In your read Me can you please elaborate on how to use namespace. An example on how to set and get values with namespace and perform various operations will be...