Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/astral/bindings/celestial.ts>Fetch_RequestPattern

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