/app-sessionstorage

Polymer custom element for saving object to session storage as JSON by default

Primary LanguageHTMLMIT LicenseMIT

<app-sessionstorage>

Build Status Version Release

Polymer custom element for saving object to session storage as JSON by default.

Features

  • 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, set value to null

Installing Element

$ bower install --save app-sessionstorage

Bugs

Please report any issues related to this element here https://github.com/withmandala/app-sessionstorage/issues

License

Copyright (c) 2016 Krisna Fathurahman. <app-sessionstorage> is MIT Licensed.