Polymer custom element for saving object to session storage as JSON by default.
- Saving data as key-value pair into browser session storage
- Synchronize using Polymer data binding
- Set
auto-save-disabled
to prevent automatic saving - Value is saved as JSON by default
- To delete a
key
, setvalue
tonull
$ bower install --save app-sessionstorage
Please report any issues related to this element here https://github.com/withmandala/app-sessionstorage/issues
Copyright (c) 2016 Krisna Fathurahman. <app-sessionstorage>
is MIT Licensed.