Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.Network.ResponseReceivedEvent
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.

Resource type.

response: Response

Response data.

optional
frameId: Page.FrameId

Frame identifier.