mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
18 lines
634 B
Markdown
18 lines
634 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [HTTPRequest](./puppeteer.httprequest.md) > [continueRequestOverrides](./puppeteer.httprequest.continuerequestoverrides.md)
|
|
|
|
## HTTPRequest.continueRequestOverrides() method
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
continueRequestOverrides(): ContinueRequestOverrides;
|
|
```
|
|
<b>Returns:</b>
|
|
|
|
[ContinueRequestOverrides](./puppeteer.continuerequestoverrides.md)
|
|
|
|
the `ContinueRequestOverrides` that will be used if the interception is allowed to continue (ie, `abort()` and `respond()` aren't called).
|
|
|