Linux Mac OSX Windows

  
[scriptable, uuid(2cb53a8a-d2f4-4ddf-874f-3bc2d595c41a)]
interface nsIDOMLoadStatus : nsISupports

Constants


        
const unsigned short UNINITIALIZED = 0

        
const unsigned short REQUESTED = 1

        
const unsigned short RECEIVING = 2

        
const unsigned short LOADED = 3

Attributes


        
readonly attribute long loadedSize

        
readonly attribute unsigned short readyState

        
readonly attribute nsIDOMNode source

        
readonly attribute unsigned short status

        
readonly attribute long totalSize

        
readonly attribute DOMString uri