Web Storage API enables websites or web applications to store data on the client-side. The data is then stored as key/value pairs which can be retrieved on request. Unlike cookies, the data is not transmitted in the HTTP header request. Data can be cleared manually (by clearing browser cache) or programmatically (using JavaScript)

3m read timeFrom oyinbayode.hashnode.dev
Post cover image
Table of contents
IntroductionWhat is Web Storage API?UsecasesConclusionFurther Reading

Sort: