Puppeteer 中文文档v25.8.0

HTTPRequest.isInterceptResolutionHandled() 方法

如果拦截解析已被处理,则为 true,否则为 false

签名

class HTTPRequest {
  isInterceptResolutionHandled(): boolean;
}

返回值:

boolean