JavaScript Window property: localStorage
[this page | pdf | back links]
The
localStorage property (of
the JavaScript
BOM window object) returns
a reference to the local storage object in which it is possible to store data within
a web browser (permanently) in the form of key/value pairs.
NAVIGATION LINKS
Contents | Prev | Next | JavaScript DOM (and BOM)