Salesqueen Software Solution

Download Free Estimation Now Click Here
Notifications
Clear all

Explain HTML5 Web storage.

3 Posts
3 Users
0 Reactions
123 Views
Posts: 461
Topic starter
(@dinesha-g)
Reputable Member
Joined: 2 years ago

HTML5 Web storage

2 Replies
Posts: 52
(@chitravarsha15)
Trusted Member
Joined: 2 years ago

One of HTML5's amazing features is the Web Storage. Web applications can locally store data on the client side within the browser using the Web Storage capability. Key/value pairs are used to store data on the browser. DOM storage is another name for web storage.

 

 

Reply
Posts: 173
(@princy)
Estimable Member
Joined: 2 years ago

Web applications can store data locally in the user's browser using web storage.Application data had to be kept in cookies and sent along with every server request prior to HTML5. Large volumes of data can be kept locally without degrading the functionality of a website using web storage, which is more secure

Reply
Share: