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.
[scriptable, uuid(fc540c28-8edd-4b7a-9c30-8638289b7a7d)]
interface nsIDOMStorageEvent : nsIDOMEvent

Attributes

 Domain of the storage area which changed, or #session for
 session storage.
readonly attribute DOMString domain

Methods

 Initialize a storage event.
void initStorageEvent(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in DOMString domainArg)
 Initialize a storage event.
void initStorageEventNS(in DOMString namespaceURIArg, in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in DOMString domainArg)