Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.Network.LoadingFinishedEvent
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.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.