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
// returns the value if exists for the given keyJMap.Util.LocalStorage.get("my-key") Copy
// returns the value if exists for the given keyJMap.Util.LocalStorage.get("my-key")
JMap.Util.LocalStorage.get
Returns the value, or null if not exists, for the given key.
Returns null if localStorage is not available.