ddbb43cd09
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
325 B
325 B
sidebar_label |
---|
HTTPRequest.isInterceptResolutionHandled |
HTTPRequest.isInterceptResolutionHandled() method
Is true
if the intercept resolution has already been handled, false
otherwise.
Signature:
class HTTPRequest {
isInterceptResolutionHandled(): boolean;
}
Returns:
boolean