Back to Puppeteer

HTTPRequest.finalizeInterceptions() method

docs/api/puppeteer.httprequest.finalizeinterceptions.md

19.2.2273 B
Original Source

HTTPRequest.finalizeInterceptions() method

Awaits pending interception handlers and then decides how to fulfill the request interception.

Signature

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

Returns:

Promise<void>