Console
hyTags
Home
Home
Getting Started
Getting Started
Documentation
Documentation
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