JMap.Util.LocalStorage.remove
Removes the key/value item for the given key.
Do nothing if local storage is not available.
the item key
// removes the key/value item "my-key" if existJMap.Util.LocalStorage.remove("my-key") Copy
// removes the key/value item "my-key" if existJMap.Util.LocalStorage.remove("my-key")
JMap.Util.LocalStorage.remove
Removes the key/value item for the given key.
Do nothing if local storage is not available.