marcuswestin / store.js

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

global namespace #336

Open szylmzs opened 11 months ago

szylmzs commented 11 months ago

I use store.js to deal with localstorage, and I have 2 or more project under the same domain,, how to define a global namespace in each project to avoid clearing all localstorage in one site?