puppeteer/website/versioned_docs/version-19.4.1/api/puppeteer.httprequest.isinterceptresolutionhandled.md
2022-12-16 14:21:28 +01:00

322 B

sidebar_label
HTTPRequest.isInterceptResolutionHandled

HTTPRequest.isInterceptResolutionHandled() method

Signature:

class HTTPRequest {
  isInterceptResolutionHandled(): boolean;
}

Returns:

boolean

true if the intercept resolution has already been handled, false otherwise.