Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Network.LoadingFinishedEvent

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Network.LoadingFinishedEvent
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { LoadingFinishedEvent } = Protocol.Network;

Fired when HTTP request has finished loading.

Properties

requestId: RequestId

Request identifier.

timestamp: MonotonicTime

Timestamp.

encodedDataLength: number

Total number of bytes received for this request.

optional
shouldReportCorbBlocking: boolean

Set when 1) response was blocked by Cross-Origin Read Blocking and also 2) this needs to be reported to the DevTools console.