simpleStorage icon indicating copy to clipboard operation
simpleStorage copied to clipboard

Cross-browser key-value store database to store data locally in the browser. Simpler fork of jStorage

Results 7 simpleStorage issues
Sort by recently updated
recently updated
newest added

For enhancement https://github.com/ZaDarkSide/simpleStorage/issues/26

jStorage is great, and I think simpleStorage is great for a more minimal footprint. The concern I have with both scripts is the dependency that would result from using either....

enhancement

Hello, Using localStorage on Safari on iOS will result in JS errors when in private mode: http://stackoverflow.com/questions/14555347/html5-localstorage-error-with-safari-quota-exceeded-err-dom-exception-22-an http://stackoverflow.com/questions/13208878/localstorage-not-accessible-in-ios-6-safari Would you please consider a better detection of localStorage actually working, and...

Support global defaults object with access to the following properties: - global TTL - storage location ( local [default] | session )

enhancement

something like simpleStorage.getAll() will give {name: 'jason', email: 'java'}

enhancement

Thoughts? Thanks! This is unexpected. =))) Thanks for the great code!

Hi, are there any way to persist the cookies across subdomains with simpleStorage? Thanks!