storageSet
Stores data to the local storage.
Parameters
keystring name of the entrydataany data to store in the local storage
Examples
storageSet('key', data);
Meta
- version: 1.9.0
- Source: storage-set.ts
Stores data to the local storage.
key string name of the entrydata any data to store in the local storagestorageSet('key', data);
Meta