Contents

removeItem

Deletes a key and all associated data from storage.

Declaration

void removeItem(
    in String key
);
void removeItem(
    DOMString key
);

Parameters

  • key:

    A String object containing the key being searched for.

See Also

Accessing Key-Value Pair Information