Store.js
Cross-browser storage for all use cases, used across the web
Store.js is a cross-browser JavaScript storage library for simple client-side key-value persistence. It provides a small API for common storage actions such as setting, getting, removing, and iterating over saved values. The library was created to smooth over browser differences and give developers a consistent way to store data without cookies or Flash. It can use mechanisms such as localStorage, globalStorage, and userData behavior depending on browser support. store.js also supports...