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 plugin-based storage extensions and extra functionality for broader use cases. Its main value is making browser storage easier, more reliable, and more portable across older and modern web environments.
Features
- Cross-browser key-value storage
- Simple get, set, remove, and each API
- No cookies or Flash required
- localStorage and legacy fallback support
- Plugin-based storage extensions
- Production-tested JavaScript utility
Categories
StorageLicense
MIT LicenseFollow Store.js
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Store.js!