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