mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
617 B
617 B
Home > puppeteer > Protocol > Network > InterceptionStage
Protocol.Network.InterceptionStage type
Stages of the interception to begin intercepting. Request will intercept before the request is sent. Response will intercept after the response is received.
Signature:
export type InterceptionStage = ('Request' | 'HeadersReceived');