universal-localstorage
v1.0.2
Published
localstorage that works in node and the browser
Maintainers
Readme
universal-localstorage
localstorage that works in node and the browser
On node it will use node-localstorage. On web if localstorage is available it will use the browsers version of localstorage. If the browser doesn't have localstorage it will use Remy Sharp's pollyfill
Testing
npm test