removeItem method
Deletes a key/value pair from the Web Storage collection.
![]() ![]() |
Syntax
var retval = Storage.removeItem(bstrKey);Parameters
- bstrKey [in]
-
Type: String
The name of the key, or the empty string.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Standards information
- Web Storage, Section 4.1
See also
Show:

