UNPKG

webstorage-polyfill

Version:

A browser polyfill for localStorage and sessionStorage

11 lines (7 loc) 502 B
# webstorage-polyfill [![Circle CI](https://circleci.com/gh/AgentME/webstorage-polyfill.svg?style=shield)](https://circleci.com/gh/AgentME/webstorage-polyfill) [![npm version](https://badge.fury.io/js/webstorage-polyfill.svg)](https://badge.fury.io/js/webstorage-polyfill) This is a cookie-based polyfill for localStorage and sessionStorage for browsers that don't implement localStorage or sessionStorage. Based on https://gist.github.com/jarrodirwin/0ce4c0888336b533b2c4 with numerous bugs fixed.