JMap.Util.LocalStorage.get
Returns the value, or null if not exists, for the given key.
Returns null if localStorage is not available.
the item key
JMap.Util.LocalStorage.isAvailable
Returns true if browser support local storage.
JMap.Util.LocalStorage.remove
Removes the key/value item for the given key.
Do nothing if local storage is not available.
the item key
JMap.Util.LocalStorage.set
Set the key in local storage.
Set nothing and do nothing if local storage is not available.
the item key
the new item value
JMap.Util.LocalStorage
Some browser doesn't support local storage, you can use this service in order to avoid error