paint-brush
What Are The Different Kinds of Browser Storage And How To Use Them?by@vijay-singh-khatri
1,229 reads
1,229 reads

What Are The Different Kinds of Browser Storage And How To Use Them?

by Vijay Singh KhatriMay 1st, 2020
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

In HTML 5 we have a new feature called Local Storage which is also known as Web Storage or Browser Storage. This feature allow web applications to store data locally on the user’s browser. Before Web Storage, Browser Cookies were supposed to hold the application data such as login details and password. These new features in HTML5 were introduced as HTML5 APIs, and there are two of these API's sessionStorage and localStorage, and these two APIs are HTML web storage objects. The data which is stored in the web storage can be access through JavaScript.
featured image - What Are The Different Kinds of Browser Storage And How To Use Them?
Vijay Singh Khatri HackerNoon profile picture
Vijay Singh Khatri

Vijay Singh Khatri

@vijay-singh-khatri

L O A D I N G
. . . comments & more!

About Author

Vijay Singh Khatri HackerNoon profile picture
Vijay Singh Khatri@vijay-singh-khatri

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
Ktachibana