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
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | 6.0 | 7.0 (7.0) | 9.0 | 15.0 | Not supported |
Feature | Android | Firefox Mobile (Gecko) | Firefox OS | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | Not supported | 7.0 (7.0) | 1.0 (7.0) | 9.0 | 15.0 | Not supported |
See also
- The
PerformanceTiming
interface it belongs to.