Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Network.ResourceType

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
type alias Protocol.Network.ResourceType
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { ResourceType } = Protocol.Network;

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"
)