redirectStart property
double
get
redirectStart
The redirectStart
read-only property returns a DOMHighResTimeStamp
representing the start time of the fetch which that initiates the
redirect.
If there are HTTP redirects when fetching the resource and if any of the redirects are not from the same origin as the current document, but the timing allow check algorithm passes for each redirected resource, this property returns the starting time of the fetch that initiates the redirect; otherwise, zero is returned.
To get the amount of redirects, see also PerformanceNavigationTiming.redirectCount.
Implementation
external double get redirectStart;