User Tools

Site Tools


web_storage

Web Storage

Also called DOM storage

Snippet from Wikipedia: Web storage

Web storage, sometimes known as DOM storage (Document Object Model storage), is a standard JavaScript API provided by web browsers. It enables websites to store persistent data on users' devices similar to cookies, but with much larger capacity and no information sent in HTTP headers. There are two main web storage types: local storage and session storage, behaving similarly to persistent cookies and session cookies respectively. Web Storage is standardized by the World Wide Web Consortium (W3C) and WHATWG, and is supported by all major browsers.

web_storage.txt · Last modified: 2024/04/28 03:23 (external edit)