Skip to main content
Module

x/astral/bindings/celestial.ts>Network_RequestPattern

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias Network_RequestPattern
import { type Network_RequestPattern } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";
definition: { urlPattern?: string; resourceType?: Network_ResourceType; interceptionStage?: Network_InterceptionStage; }