removeItem
Deletes a key and all associated data from storage.
Declaration
void removeItem(
in String key
);void removeItem(
DOMString key
);Parameters
- key:
A
Stringobject containing the key being searched for.
Deletes a key and all associated data from storage.
void removeItem(
in String key
);void removeItem(
DOMString key
);A String object containing the key being searched for.