Summary
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.
Syntax
time = performanceTiming.loadEventEnd;
Specifications
Specification | Status | Comment |
---|---|---|
Navigation Timing The definition of 'PerformanceTiming.loadEventEnd' in that specification. |
Recommendation | Initial definition. |
Browser compatibility
See also
- The
PerformanceTiming
interface it belongs to.