Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 377 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 377 Bytes

StorageInstance.js

StorageInstance is a sessionStorage (html5!) with the difference, that instances have different storage-scopes by default.

Every instance-scope is identified by a key string. You can optionally provide the key-string in a constructor to initialize a certain storage. If it already has values, you will be warned, but can continue and read the stored data.