HTTPRequest.finalizeInterceptions() 方法
🌐 HTTPRequest.finalizeInterceptions() method
等待挂起的拦截处理程序,然后决定如何完成请求拦截。
🌐 Awaits pending interception handlers and then decides how to fulfill the request interception.
语法
🌐 Signature
class HTTPRequest {
finalizeInterceptions(): Promise<void>;
}
返回:
Promise<void>