redirectEnd property

double get redirectEnd

The redirectEnd read-only property returns a DOMHighResTimeStamp immediately after receiving the last byte of the response of the last redirect.

When fetching a resource, if there are multiple HTTP redirects, and any of the redirects have an origin that is different from the current document, and the timing allow check algorithm passes for each redirected resource, this property returns the time immediately after receiving the last byte of the response of the last redirect; otherwise, zero is returned.

To get the amount of redirects, see also PerformanceNavigationTiming.redirectCount.

Implementation

external double get redirectEnd;