puppeteer/docs/api/puppeteer.httprequest.isinterceptresolutionhandled.md
2023-11-06 10:15:09 +01:00

334 B

sidebar_label
HTTPRequest.isInterceptResolutionHandled

HTTPRequest.isInterceptResolutionHandled() method

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

Signature:

class HTTPRequest {
  abstract isInterceptResolutionHandled(): boolean;
}

Returns:

boolean