Tagged “localStorage”
-
12
JS localStorage
Sometimes it's nice for a web page to remember things about a user. LocalStorage is a simple way to get started with persisting data on a web page.
See all tags.