storage.local

Interface for storing data in local storage.

Methods
clear clears all data in the browser local storage
get gets data from the storage
put puts data into the storage
remove removes a data item associated with the specified key from the storage
Back to top