14 lines
569 B
Markdown
14 lines
569 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Fetch](./puppeteer.protocol.fetch.md) > [RequestPattern](./puppeteer.protocol.fetch.requestpattern.md) > [requestStage](./puppeteer.protocol.fetch.requestpattern.requeststage.md)
|
||
|
|
||
|
## Protocol.Fetch.RequestPattern.requestStage property
|
||
|
|
||
|
Stage at wich to begin intercepting requests. Default is Request.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
requestStage?: RequestStage;
|
||
|
```
|