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.

nsIDOMLoadStatusEvent

IID:f14431b1-efb6-436c-a272-312f087b1459
Inherits From:nsIDOMEvent

Properties

readonly nsIDOMLoadStatus status


Methods

void initLoadStatusEvent ( DOMString typeArg , PRBool canBubbleArg , PRBool cancellableArg , nsIDOMLoadStatus statusArg ) void initLoadStatusEventNS ( DOMString namespaceURIArg , DOMString typeArg , PRBool canBubbleArg , PRBool cancellableArg , nsIDOMLoadStatus statusArg )

void initLoadStatusEvent ( DOMString typeArg , PRBool canBubbleArg , PRBool cancellableArg , nsIDOMLoadStatus statusArg )

Arguments:
typeArg
canBubbleArg
cancellableArg
statusArg

void initLoadStatusEventNS ( DOMString namespaceURIArg , DOMString typeArg , PRBool canBubbleArg , PRBool cancellableArg , nsIDOMLoadStatus statusArg )

Arguments:
namespaceURIArg
typeArg
canBubbleArg
cancellableArg
statusArg

Reference documentation is generated from Mozilla's source.