object StorageEvent
- Companion:
- class
Type members
Classlikes
Delete a data entry from local storage
Delete a data entry from local storage
- Value parameters:
- key
the unique key of the data to delete.
Load command. Request data be loaded from local storage.
Load command. Request data be loaded from local storage.
- Value parameters:
- key
the unique key to look the data up with.
Data load response,
Data load response,
- Value parameters:
- data
the data retreived from local storage.
- key
the unique key of the data that was loaded.
Save data locally, referenced by a key.
Save data locally, referenced by a key.
- Value parameters:
- data
the data to store.
- key
a unique key to store the data against