mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
619 B
619 B
Home > puppeteer > Protocol > Network > DataReceivedEvent > encodedDataLength
Protocol.Network.DataReceivedEvent.encodedDataLength property
Actual bytes received (might be less than dataLength for compressed encodings).
Signature:
encodedDataLength: integer;