marcuswestin / store.js

Cross-browser storage for all use cases, used across the web.
MIT License
14.01k stars 1.33k forks source link

store.js use in memory(localstorage) or physical disk( indexedDB)? what is size limit? #313

Open hoogw opened 4 years ago

hoogw commented 4 years ago

store.js use in memory(localstorage) or physical disk( indexedDB)? what is size limit?

I have large json data(1 GB) need to store in browser.

Would store.js works?

vikbert commented 3 years ago

hi googw, for storing a large json data in browser, you should have a try with largeLocalStorage.