import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { ResponseReceivedEvent } = default.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.
Indicates whether requestWillBeSentExtraInfo and responseReceivedExtraInfo events will be or were emitted for this request.
optional
frameId: Page.FrameIdFrame identifier.