Skip to main content
Module

x/astral/bindings/celestial.ts>Network_ResourceType

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

Resource type as it was perceived by the rendering engine.

definition:
| "Document"
| "Stylesheet"
| "Image"
| "Media"
| "Font"
| "Script"
| "TextTrack"
| "XHR"
| "Fetch"
| "Prefetch"
| "EventSource"
| "WebSocket"
| "Manifest"
| "SignedExchange"
| "Ping"
| "CSPViolationReport"
| "Preflight"
| "Other"