mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 07:34:20 +00:00
Add some additional documentation about this function's behavior. bug 342191, r+sr=darin
This commit is contained in:
parent
4bf3111949
commit
90e515c6ab
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user