localStorage.clear
Removes all local storage key/value pairs.
Syntax
ui.Interface.frontCall("localStorage", "clear",
[], [])
Usage
The clear
function removes all local storage keys currently
saved on the front-end side.
Removes all local storage key/value pairs.
ui.Interface.frontCall("localStorage", "clear",
[], [])
The clear
function removes all local storage keys currently
saved on the front-end side.