0.6.3 • Published 5 months ago

session-storage-sync v0.6.3

Weekly downloads
14
License
MIT
Repository
github
Last release
5 months ago

session-storage-sync

Sync local and session storage across browser tabs from the same origin.

  • Typescript friendly, no @types required
  • built for amd module loader

BUILDING

  1. clone the repo
  2. npm install -g typescript
  3. $ tsc
    • modify the module option to support whatever module loader you desire

USAGE

This module is to be used in place of using window.sessionStorage

    import {Storage} from 'session-storage-sync';

    const storage = new Storage();
    storage.session.set('hello', 'world'); //will sync across all open tabs from the same origin
0.6.3

5 months ago

0.6.2

5 months ago

0.6.0

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago