1.0.1 • Published 3 years ago

sessionstorage-polyfill v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

sessionstorage-polyfill

in memory sessionstorage polyfill for node.js utilizing ES6 proxies(requires node.js 6 at least)

Installation

npm i sessionstorage-polyfill -D

Saving for development, because primarily this package is meant for unit testing browser in node.js.

Usage

require('sessionstorage-polyfill')
// or
import 'sessionstorage-polyfill'
global.sessionstorage // now has your in memory sessionstorage