getStorage(key: String, local: Boolean);
key. Parameter key in the browser storage.
local. It indicates whether data is stored in the browser local 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 getStorage method returns parameter by its key in the browser storage.
The method returns a value of the String type.
The method use is given in the example for PP.App.setStorage.
See also: