puppeteer/new-docs/puppeteer.protocol.fetch.requeststage.md

14 lines
603 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Fetch](./puppeteer.protocol.fetch.md) &gt; [RequestStage](./puppeteer.protocol.fetch.requeststage.md)
## Protocol.Fetch.RequestStage type
Stages of the request to handle. Request will intercept before the request is sent. Response will intercept after the response is received (but before response body is received.
<b>Signature:</b>
```typescript
export type RequestStage = ('Request' | 'Response');
```