Files
puppeteer/docs/api/puppeteer.httprequest.isinterceptresolutionhandled.md
2023-03-30 11:54:00 +00:00

325 B

sidebar_label
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