Linux Mac OSX Windows

Implemented by

 An nsIDocumentLoader is an interface responsible for tracking groups of
 loads that belong together (images, external scripts, etc) and subdocuments
 (<iframe>, <frame>, etc). It is also responsible for sending
 nsIWebProgressListener notifications.
 XXXbz this interface should go away, we think...
[scriptable, uuid(bbe961ee-59e9-42bb-be50-0331979bb79f)]
interface nsIDocumentLoader : nsISupports

Attributes


        
readonly attribute nsISupports container

        
readonly attribute nsIChannel documentChannel

        
readonly attribute nsILoadGroup loadGroup

Methods


        
void stop()