ResourceType
type ResourceType =
| "cspviolationreport"
| "document"
| "eventsource"
| "fetch"
| "font"
| "image"
| "manifest"
| "media"
| "other"
| "ping"
| "prefetch"
| "preflight"
| "script"
| "signedexchange"
| "stylesheet"
| "texttrack"
| "websocket"
| "xhr";
The type of resource for a given network or HTTP request