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

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');