removeItem
Deletes the specified local storage key.
Syntax
ui.Interface.frontCall("localStorage", "removeItem",
[key], [])
- key is the name of the local storage key.
Usage
The removeItem
function deletes the specified local storage key.
Deletes the specified local storage key.
ui.Interface.frontCall("localStorage", "removeItem",
[key], [])
The removeItem
function deletes the specified local storage key.