structured-localstorage

1.0.1 • Public • Published

Transparently store JSONable data into localStorage

localStorage provides a simple key - string value storage. This module behaves like a regular object and stores its data to localStorage on the background.

Requires browsers that support Proxy object:

  • Chrome 49+
  • Firefox 18+
  • Edge
  • Safari 10+

Usage

var storage = require('structured-localstorage');

storage.key = { subkey: 'value' };
storage.key.subkey = 'new value';

Readme

Keywords

none

Package Sidebar

Install

npm i structured-localstorage

Weekly Downloads

1

Version

1.0.1

License

Avast

Unpacked Size

11.1 kB

Total Files

7

Last publish

Collaborators

  • pavelstudeny