mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.2 KiB
1.2 KiB
Home > puppeteer > Protocol > Network > DataReceivedEvent
Protocol.Network.DataReceivedEvent interface
Fired when data chunk was received over the network.
Signature:
export interface DataReceivedEvent
Properties
Property | Type | Description |
---|---|---|
dataLength | integer | Data chunk length. |
encodedDataLength | integer | Actual bytes received (might be less than dataLength for compressed encodings). |
requestId | RequestId | Request identifier. |
timestamp | MonotonicTime | Timestamp. |