document the fact that the input stream passed to onDataAvailable must

implement readSegments.  r+sr=bz
This commit is contained in:
darin%meer.net 2005-03-25 23:21:48 +00:00
parent cd9e98469c
commit 1a8956919c

View File

@ -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.
*/