mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.3 KiB
1.3 KiB
Home > puppeteer > Protocol > Network > LoadingFinishedEvent
Protocol.Network.LoadingFinishedEvent interface
Fired when HTTP request has finished loading.
Signature:
export interface LoadingFinishedEvent
Properties
Property | Type | Description |
---|---|---|
encodedDataLength | number | Total number of bytes received for this request. |
requestId | RequestId | Request identifier. |
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. |
timestamp | MonotonicTime | Timestamp. |