puppeteer/new-docs/puppeteer.protocol.fetch.requeststage.md
2020-07-13 14:01:35 +01:00

603 B

Home > puppeteer > Protocol > Fetch > RequestStage

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.

Signature:

export type RequestStage = ('Request' | 'Response');