WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIDOMStorageItem

IID:0CC37C78-4C5F-48E1-ADFC-7480B8FE9DC4
Inherits From:nsISupports

Interface for a client side storage item. See http://www.whatwg.org/specs/web-apps/current-work/#scs-client-side for more information.

A respresentation of a storage object item.


Properties

PRBool secure

Indicates whether a key is available only in a secure context.

DOMString value

The value associated with the item.


References

This interface is returned from the following methods:

nsIDOMStorage.getItem

Reference documentation is generated from Mozilla's source.