puppeteer/website/versioned_docs/version-18.2.1/api/puppeteer.httprequest.isinterceptresolutionhandled.md
2022-10-06 12:22:55 +02:00

321 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.