import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { ResponseReceivedEvent } = Protocol.Network;
Fired when HTTP response is available.
Properties
requestId: RequestId
Request identifier.
loaderId: LoaderId
Loader identifier. Empty string if the request is fetched from worker.
timestamp: MonotonicTime
Timestamp.
type: ResourceType
Resource type.
response: Response
Response data.
optional
frameId: Page.FrameIdFrame identifier.