Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

nsIDOMStorageList

This interface is used to access the contextual storage areas used by globalStorage by domain.
1.0
28
Introduced
Gecko 1.8
Inherits from: nsISupports Last changed in Gecko 1.8 (Firefox 1.5 / Thunderbird 1.5 / SeaMonkey 1.0)

Method overview

nsIDOMStorage namedItem(in DOMString domain);

Methods

namedItem()

Called when the list of available access points changes.

nsIDOMStorage namedItem(
  in DOMString domain
);
Parameters
domain
The name of the domain for whom to return the storage object.
Return value


The nsIDOMStorage object representing the data store for the specified domain.

See also

Document Tags and Contributors

 Contributors to this page: Sheppy, trevorh
 Last updated by: Sheppy,