Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 321 Bytes

puppeteer.httprequest.isinterceptresolutionhandled.md

File metadata and controls

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