Some folks were confused about why we had AsyncOpen I put a comment saying this method is being
made obsolete and no one really implements it. git-svn-id: svn://10.0.0.236/trunk@66893 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -304,6 +304,10 @@ interface nsIChannel : nsIRequest
|
||||
nsIOutputStream openOutputStream();
|
||||
|
||||
/**
|
||||
* !!WARNING!!: this interface method has become obsolete....I don't believe
|
||||
* anyone actually implements this anymore. Just go ahead and call AsyncRead
|
||||
* directly.
|
||||
*
|
||||
* Opens the channel asynchronously. The nsIStreamObserver's OnStartRequest
|
||||
* method is called back when the channel actually becomes open, providing
|
||||
* the content type. Its OnStopRequest method is called when the channel
|
||||
|
||||
Reference in New Issue
Block a user