storageboy
v1.0.5
Published
Plugin that lets you use local storage, indexedDB and Cookie Storage.
Downloads
10
Maintainers
Readme
StorageBoy
Run npm i storageboy or yarn if you prefer that.
Following are the methods that are available to use :
- loadFromLocalStorage
- saveToLocalStorage
- deleteFromLocalStorage
- initialize
- deleteFromStorage
- saveToStorage
- findById
- loadFromStorage
- loadFromCookieStore
- saveToCookieStore
- saveCookie
- deleteFromCookieStorage
Package can be used to use browser storage options like IndexedDB, CookieStorage and LocalStorage.
More Dynamic approach and flexibility will be implemented in the future.
If you wish to collaborate then you are most welcomed. Generate a pull request in the git repo and we can make it happen!