deleteStorage(key: String, local: Boolean);
key. Parameter key in the browser storage.
local. It indicates whether data is stored in the local browser storage. If the parameter is set to True, the data is stored in the local storage and is saved after browser tab closes, otherwise this data is available only for one tab until it is closed.
The deleteStorage method removes the specified parameter from the browser storage.
The method use is given in the example for PP.App.setStorage.
See also: