Type alias ResourceResponseReceivedEvent
Resource
Response
Received
Event
: NamedEvent & { headers
: any; httpResponseCode
: number; newUrl
: string; originalUrl
: string; referrer
: string; requestMethod
: string; resourceType
: "mainFrame" | "subFrame" | "styleSheet" | "script" | "image" | "object" | "xhr" | "other"; status
: boolean; type
: "response-received"; }