Skip to content

Web Store API(localStorage, sessionStorage) shim for Node.js

Notifications You must be signed in to change notification settings

denostack/node-shim-webstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shim webstore

Web Store API(localStorage, sessionStorage) shim for Node.js

localStorage data is stored in the ~/.denostack directory, so the data persists across program restarts.

Installation

npm install @denostack/shim-webstore
import { localStorage, sessionStorage } from '@denostack/shim-webstore'

// :-)

About

Web Store API(localStorage, sessionStorage) shim for Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published