[scriptable, uuid(8ea7e890-8211-11d9-8bde-f66bad1e3f3a)]
Attributes
Gets the request that loaded this file. null after the request has finished loading.
Methods
Asynchronously loads a channel into a memory buffer.
To use this interface, first call init() with a nsIStreamLoaderObserver
that will be notified when the data has been loaded. Then call asyncOpen()
on the channel with the nsIStreamLoader as the listener. The context
argument in the asyncOpen() call will be passed to the onStreamComplete()
callback.
XXX define behaviour for sizes >4 GB
Initialize this stream loader, and start loading the data.
@param aObserver
An observer that will be notified when the data is complete.
Compare to:
