puppeteer/website/versioned_docs/version-19.5.0/api/puppeteer.httprequest.finalizeinterceptions.md

20 lines
334 B
Markdown
Raw Normal View History

---
sidebar_label: HTTPRequest.finalizeInterceptions
---
# HTTPRequest.finalizeInterceptions() method
Awaits pending interception handlers and then decides how to fulfill the request interception.
2022-10-24 14:31:12 +00:00
#### Signature:
```typescript
class HTTPRequest {
finalizeInterceptions(): Promise<void>;
}
```
**Returns:**
Promise&lt;void&gt;