responseStart property

double get responseStart

The responseStart read-only property returns a DOMHighResTimeStamp immediately after the browser receives the first byte of the response from the server, cache, or local resource.

Implementation

external double get responseStart;