function
inspector.Network.dataReceived
): void;
This feature is only available with the --experimental-network-inspection flag enabled.
Broadcasts the Network.dataReceived event to connected frontends, or buffers the data if Network.streamResourceContent command was not invoked for the given request yet.
Also enables Network.getResponseBody command to retrieve the response data.
Referenced types
interface DataReceivedEventDataType
- encodedDataLength: number
Actual bytes received (might be less than dataLength for compressed encodings).