Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.Network.RequestPattern
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { RequestPattern } = Protocol.Network;

Request pattern for interception.

Properties

optional
urlPattern: string

Wildcards ('' -> zero or more, '?' -> exactly one) are allowed. Escape character is backslash. Omitting is equivalent to "".

optional
resourceType: ResourceType

If set, only requests for matching resource types will be intercepted.

optional
interceptionStage: InterceptionStage

Stage at wich to begin intercepting requests. Default is Request.