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.
nsIDOMLoadStatus
| IID: | 2cb53a8a-d2f4-4ddf-874f-3bc2d595c41a |
| Inherits From: | nsISupports |
Constants
| PRUint16 | UNINITIALIZED | = 0 |
| PRUint16 | REQUESTED | = 1 |
| PRUint16 | RECEIVING | = 2 |
| PRUint16 | LOADED | = 3 |
Properties
readonly PRInt32 loadedSize
readonly PRUint16 readyState
readonly nsIDOMNode source
readonly PRUint16 status
readonly PRInt32 totalSize
readonly DOMString uri
References
This interface is the type of the following properties:
This interface is passed as an argument to the following methods:
nsIDOMLoadStatusEvent.initLoadStatusEvent, nsIDOMLoadStatusEvent.initLoadStatusEventNS, nsIOfflineCacheUpdateObserver.itemCompleted, nsIOfflineCacheUpdateObserver.itemStarted
This interface is returned from the following methods:
nsIDOMLoadStatusList.item, nsIOfflineCacheUpdate.item
Reference documentation is generated from Mozilla's source.
