Extremely Popular
Go to Latest
type alias puppeteer.Network.ResourceType
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { ResourceType } = puppeteer.Network;

Resource type as it was perceived by the rendering engine.

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