What is Web Storage Manager?
This library include lots of methods to manage session storage or local storage on your web pages.
What can WSM do for you?
Install Web Storage Manager
Install-Package Budala.Scripts.WebStorageManager -Version 1.0.9Use it.
// to get some help about manager.
budala.help();
// to add some data to the list in webstorage
budala.addDummyData()
// to get your all data from the list in webstorage
budala.getAll()Last updated