1.0.2 • Published 2 years ago
webstorage-polyfill-pkg v1.0.2
webstorage-polyfill-wrapper
This is a cookie-based polyfill for localStorage and sessionStorage for browsers that don't implement localStorage or sessionStorage.
window.localStorageis available atwindow.$localStoragewindow.sessionStorageis available atwindow.$sessionStorage
Wrapper is added to accomodate browsers that have storage disabled (therefore cannot set window.localStorage).
- Based on https://github.com/AgentME/webstorage-polyfill
- Further Based on https://gist.github.com/jarrodirwin/0ce4c0888336b533b2c4 with numerous bugs fixed.
1.0.2
2 years ago