Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
type alias Protocol.Network.ResourceType
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.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"
| "EventSource"
| "WebSocket"
| "Manifest"
| "SignedExchange"
| "Ping"
| "CSPViolationReport"
| "Other"