HTTPRequest.continueRequestOverrides() method
Signature:continueRequestOverrides(): ContinueRequestOverrides;
the ContinueRequestOverrides
that will be used if the interception is allowed to continue (ie, abort()
and respond()
aren't called).
continueRequestOverrides(): ContinueRequestOverrides;
the ContinueRequestOverrides
that will be used if the interception is allowed to continue (ie, abort()
and respond()
aren't called).