Sha256: b154876b06b24738b3c652851001396a49e46a32cdc5c1463f7cbf3ebc2183d3
Contents?: true
Size: 441 Bytes
Versions: 6
Compression:
Stored size: 441 Bytes
Contents
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. ```html <iron-localstorage name="my-app-storage" value="{{value}}"></iron-localstorage> ```
Version data entries
6 entries across 6 versions & 2 rubygems