responseEnd property
double
get
responseEnd
The responseEnd
read-only property returns a DOMHighResTimeStamp
immediately after the browser receives the last byte of the resource or
immediately before the transport connection is closed, whichever comes
first.
Unlike many other PerformanceResourceTiming
properties, the
responseEnd
property is available for cross-origin requests without the
need of the HTTP response header.
Implementation
external double get responseEnd;