Copyright USER1 Subsystems Corporation
2016-3-9 22:01

Class net.user1.utils.LocalStorage

A minimal version of the browser localStorage object, for use in environments without native localStorage support. Provides in-memory storage only, with no persistence.

Constructor
 

Methods

 
getItem(key)
 
 
setItem(key, value)