puppeteer/website/versioned_docs/version-10.1.0/puppeteer.httprequest.finalizeinterceptions.md
2021-08-10 11:09:48 +01:00

519 B

Home > puppeteer > HTTPRequest > finalizeInterceptions

HTTPRequest.finalizeInterceptions() method

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

Signature:

finalizeInterceptions(): Promise<void>;

Returns:

Promise<void>