Puppeteer 中文文档v25.8.0

HTTPRequest.finalizeInterceptions() 方法

等待待处理的拦截处理器,然后决定如何完成请求拦截。

签名

class HTTPRequest {
  finalizeInterceptions(): Promise<void>;
}

返回值:

Promise<void>