Extremely Popular
Go to Latest
type alias puppeteer.Network.InterceptionStage
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { InterceptionStage } = puppeteer.Network;

Stages of the interception to begin intercepting. Request will intercept before the request is sent. Response will intercept after the response is received.

definition: ("Request" | "HeadersReceived")