Back to Puppeteer

HTTPRequest.isInterceptResolutionHandled() method

docs/api/puppeteer.httprequest.isinterceptresolutionhandled.md

19.2.2257 B
Original Source

HTTPRequest.isInterceptResolutionHandled() method

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

Signature

typescript
class HTTPRequest {
  isInterceptResolutionHandled(): boolean;
}

Returns:

boolean