
Modern web browsers offer many ways to store data on the web client of the user’s computer – with the user’s permission – and retrieve it when it needs to. This allows you to keep your data for a long time, save sites and documents for offline use, preserve your personal configuration for your site, and more. This article only explains some very basic parts of how they work.
| Prerequisites: | JavaScript Basics (see Step 1, Building Blocks , JavaScript Objects ), Basic Client-Side API | 
|---|---|
| Objective: | Learn how to use the client-side storage API to store application data. | 
Client storage?
In other MDN studies we have discussed the difference between static sites and dynamic sites . Most modern web sites are dynamic – they use various types of databases on the server side to store data
…
The post web client storage first appeared on Lenix Blog .
 This article is reprinted from https://blog.p2hp.com/archives/9845
 This site is for inclusion only, and the copyright belongs to the original author.