Add some additional documentation about this function's behavior. bug 342191, r+sr=darin

This commit is contained in:
mrbkap%gmail.com 2006-06-27 17:57:26 +00:00
parent 4bf3111949
commit 90e515c6ab

View File

@ -81,6 +81,9 @@ interface nsILoadGroup : nsIRequest
/**
* Removes a request from the group. If this is a foreground request
* then the groupObserver's onStopRequest will be called.
*
* By the time this call ends, aRequest will have been removed from the
* loadgroup, even if this function throws an exception.
*/
void removeRequest(in nsIRequest aRequest,
in nsISupports aContext,