hyTags
HomeHome Getting StartedGetting Started DocumentationDocumentation

storage-delete

Removes a value from browser storage by key.
Parameter
Type
Description
key
string
The key to remove from storage
persistent
bool
Whether to use localStorage (true) or sessionStorage (false/null)
return
void
No return value