document the fact that the input stream passed to onDataAvailable must
implement readSegments. r+sr=bz
This commit is contained in:
Родитель
5bac92e581
Коммит
0a9e437683
|
@ -58,6 +58,8 @@ interface nsIStreamListener : nsIRequestObserver
|
|||
* @param aOffset current stream position
|
||||
* @param aCount number of bytes available in the stream
|
||||
*
|
||||
* NOTE: The aInputStream parameter must implement readSegments.
|
||||
*
|
||||
* An exception thrown from onDataAvailable has the side-effect of
|
||||
* causing the request to be canceled.
|
||||
*/
|
||||
|
|
Загрузка…
Ссылка в новой задаче