import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { RequestPattern } = Protocol.Network;
Request pattern for interception.
Properties
Wildcards ('' -> zero or more, '?' -> exactly one) are allowed. Escape character is backslash. Omitting is equivalent to "".
optional
resourceType: ResourceTypeIf set, only requests for matching resource types will be intercepted.
optional
interceptionStage: InterceptionStageStage at wich to begin intercepting requests. Default is Request.