Marks the time in milliseconds at which new data is received as part of the current HTTP response.
This method should only be called after markResponseStart
has been called.
The data reception time in milliseconds.
the Uint8Array of the received bytes.
Marks the start time in milliseconds of the HTTP response of the HTTP request.
This is the time at which the first byte of the HTTP response is received.
This method should only be called once and after markRequestStart
has been called.
The start time in milliseconds.
Generated using TypeDoc
Measures network metrics of an HTTP request and the associated HTTP response.