The Storage
interface of the Web Storage API provides access to the session storage or local storage for a particular domain, allowing you to for example add, modify or delete stored data items.
Documentation Storage by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See: