puppeteer/new-docs/puppeteer.protocol.network.loadingfinishedevent.md
2020-07-13 14:01:35 +01:00

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.