1 out of 1 rated this helpful - Rate this topic

removeItem method

Deletes a key/value pair from the Web Storage collection.

Web Storage, Section 4.1Internet Explorer 8

Syntax

var retval = Storage.removeItem(bstrKey);

Standards information

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.

See also

Storage
clear

 

 

Build date: 11/9/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.