reading-notes-ma


Project maintained by mohnalkhateeb Hosted on GitHub Pages — Theme by mattgraham

local Storage for Web Applications

HTML5 Strorge

is a way for web pages to store named key/value pairs locally, within the client web browser

localstore

USING HTML5 STORAGE

StorageEvent Object

A StorageEvent is sent to a window when a storage area it has access to is changed within the context of another document.