HTTPRequestHTTPRequest.finalizeInterceptions版本:22.5.0在本页HTTPRequest.finalizeInterceptions() 方法 等待挂起的拦截处理程序,然后决定如何完成请求拦截。 签名: class HTTPRequest { abstract finalizeInterceptions(): Promise<void>;} 返回值 Promise<void>