Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 325 Bytes

puppeteer.httprequest.isinterceptresolutionhandled.md

File metadata and controls

19 lines (13 loc) · 325 Bytes
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