Articles in this series
Storage at the browser side with atleast 5mb space · Introduction The Web storage api is a set of mechanisms that enable browsers to store key-value...
Short lived storage at the browser side with atleast 5mb space · Introduction The Web storage api is a set of mechanisms that enable browsers to store...
Precautions to be taken while using local storage · Introduction You may get a Storage object for the Document's origin using the localStorage property...
Introduction In our previous post on Notification API, we discussed about how the API would be helpful to share notification to the user. In this...