1.0.0 • Published 9 years ago

hta-localstorage v1.0.0

Weekly downloads
4
License
MIT
Repository
-
Last release
9 years ago

hta-localstorage

IE9 doesn't support localStorage for file:// URLs.

This is a problem if you're writing an HTML Application (HTA) in IE9 mode and were expecting to use localStorage to persist some data.

This is a simple implementation of just the functions in the localStorage API which stringifies a storage object to JSON and writes it to a .hta-localstorage file in your user profile directory on every change.

API

  • getItem(key)
  • setItem(key, value)
  • removeItem(key)
  • clear()

Install

npm install hta-localstorage

MIT Licensed