Log in
Log in with USB
Inloggen met vingerafdruk wordt binnenkort mogelijk.
Last change: September 13, 2019
Current version: 1.3.0
The myLocalStorage sets, gets and deletes items from and to the local storage of the browser.
webanizr.collect('myLocalStorage', parameters, callack); webanizr.send('myLocalStorage', data, parameters, callack);
The myLocalStorage module accepts the following parameters:
The type of action to perform. The following types are supported:
If no type is specified the type get is assumed.
The variable to get or delete.
The name of the container to get data from, delete data from, list all variables from or to clear.
If set to true, sessionStorage is used instead of localStorage.
The function to send the data to.
The myLocalStorage module accepts the following parameters:
The name of the container to store the data in.
The callback to call after the data is stored.