Results 21 - 28 of 28

PerformanceTiming.loadEventStart

The PerformanceTiming.loadEventStart read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, when the load event was sent for the current document. If this event has not yet been sent, it returns 0.
API Navigation Timing PerformanceTiming Property Read-only Reference Référence

PerformanceTiming.redirectEnd

The PerformanceTiming.redirectEnd read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, the last HTTP redirect is completed, that is when the last byte of the HTTP response has been received. If there is no redirect, or if one of the redirect is not of the same origin, the value returned is 0.
API Navigation Timing PerformanceTiming Property Read-only Reference Référence

PerformanceTiming.redirectStart

The PerformanceTiming.redirectStart read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, the first HTTP redirect starts. If there is no redirect, or if one of the redirect is not of the same origin, the value returned is 0.
API Navigation Timing PerformanceTiming Property Read-only Reference Référence

PerformanceTiming.responseEnd

The PerformanceTiming.responseEnd read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, when the browser received the last byte of the response, or when the connection is closed if this happened first, from the server from a cache, of from a local resource.
API Navigation Timing PerformanceTiming Property Read-only Reference Référence

PerformanceTiming.responseStart

The PerformanceTiming.responseStart read-only property returns an unsigned long long representing the moment in time (in milliseconds since the UNIX epoch) when the browser received the first byte of the response from the server, cache, or local resource.
API Navigation Timing PerformanceTiming Property Read-only Reference Référence

PerformanceTiming.fetchStart

The PerformanceTiming.fetchStart read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, the browser is ready to fetch the document using an HTTP request. This moment is before the check to any application cache.
API HTTP request Navigation Timing PerformanceTiming Property Read-only Reference Référence

PerformanceTiming.loadEventEnd

The PerformanceTiming.loadEventEnd read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, when the load event handler terminated, that is when the load event is completed. If this event has not yet been sent, or is not yet completed, it returns 0.
API Event Handler Navigation Timing PerformanceTiming Property Read-only Reference Référence

PerformanceTiming.navigationStart

The PerformanceTiming.navigationStart read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, right after the prompt for unload terminates on the previous document in the same browsing context. If there is no previous document, this value will be the same as PerformanceTiming.fetchStart.
API Navigation Timing Performance PerformanceTiming.navigationStart Property Read-only Reference Référence