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
- DOM Storage
- Structured client-side storage (HTMLÂ 5 specification)
nsIDOMWindow