Search completed in 0.92 seconds.
1 results for "nsISimpleStreamListener":
Implementing Download Resuming
MozillaImplementing download resuming
you may want to use nsisimplestreamlistener to simplify this task; to get progress notifications, you can implement nsiprogresseventsink and set an interface requester as the notificationcallbacks of the channel that gives out such an event sink (this needs to be done before calling asyncopen).