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
// set the value "my value" for the key "my-key"JMap.Util.LocalStorage.set("my-key", "my value") Copy
// set the value "my value" for the key "my-key"JMap.Util.LocalStorage.set("my-key", "my value")
JMap.Util.LocalStorage.set
Set the key in local storage.
Set nothing and do nothing if local storage is not available.