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