mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
14 lines
603 B
Markdown
14 lines
603 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) > [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');
|
||
|
```
|