HTTPRequest.isInterceptResolutionHandled() method
Is true if the intercept resolution has already been handled, false otherwise.
Signature
class HTTPRequest {
isInterceptResolutionHandled(): boolean;
}
Returns:
boolean
Is true if the intercept resolution has already been handled, false otherwise.
class HTTPRequest {
isInterceptResolutionHandled(): boolean;
}
Returns:
boolean