1.0.2 • Published 6 years ago

webstorage-polyfill-wrapper v1.0.2

Weekly downloads
7
License
MIT
Repository
github
Last release
6 years ago

webstorage-polyfill-wrapper

This is a cookie-based polyfill for localStorage and sessionStorage for browsers that don't implement localStorage or sessionStorage.

  • window.localStorage is available at window.$localStorage
  • window.sessionStorage is available at window.$sessionStorage

Wrapper is added to accomodate browsers that have storage disabled (therefore cannot set window.localStorage).