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.

nsIDOMStorageEvent

IID:FC540C28-8EDD-4B7A-9C30-8638289B7A7D
Inherits From:nsIDOMEvent

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

Event sent to a window when a storage area changes.


Properties

readonly DOMString domain

Domain of the storage area which changed, or #session for session storage.


Methods

void initStorageEvent ( DOMString typeArg , PRBool canBubbleArg , PRBool cancelableArg , DOMString domainArg ) void initStorageEventNS ( DOMString namespaceURIArg , DOMString typeArg , PRBool canBubbleArg , PRBool cancelableArg , DOMString domainArg )

void initStorageEvent ( DOMString typeArg , PRBool canBubbleArg , PRBool cancelableArg , DOMString domainArg )

Initialize a storage event.

Arguments:
typeArg
canBubbleArg
cancelableArg
domainArg

void initStorageEventNS ( DOMString namespaceURIArg , DOMString typeArg , PRBool canBubbleArg , PRBool cancelableArg , DOMString domainArg )

Initialize a storage event.

Arguments:
namespaceURIArg
typeArg
canBubbleArg
cancelableArg
domainArg

Reference documentation is generated from Mozilla's source.