Name Last Update
..
demo Loading commit data...
test Loading commit data...
.bower.json Loading commit data...
.gitignore Loading commit data...
README.md Loading commit data...
bower.json Loading commit data...
hero.svg Loading commit data...
index.html Loading commit data...
iron-localstorage.html Loading commit data...

README.md

iron-localstorage

Element access to localStorage. The "name" property is the key to the data ("value" property) stored in localStorage.

iron-localstorage automatically saves the value to localStorage when value is changed. Note that if value is an object auto-save will be triggered only when value is a different instance.

<iron-localstorage name="my-app-storage" value="{{value}}"></iron-localstorage>