WebStorage (key pair)

WebStorage (key pair)

About

webStorage is a name that regroups all key pair storage mechanisms of a browser.

There are actually two:

The difference is that data stored in a sessionStorage gets cleared when the browsing session ends, that is when the browser is closed.

To see the availability, see https://caniuse.com/namevalue-storage





Discover More
Browser Local Storage Devtool
Browser - Web API - Local Storage

localStorage is a browser/client side data storage mechanism. It's one of the two web storage (key/pair) api and is part of the web api The localStorage property allows you to access a local StorageStorage...



Share this page:
Follow us:
Task Runner