Summary
The PerformanceTiming
.domContentLoadedEventEnd
read-only property returns an unsigned long long
representing the moment, in miliseconds since the UNIX epoch, right after all the scripts that need to be executed as soon as possible, in order or not, has been executed.
Syntax
time = performanceTiming.domContentLoadedEventEnd;
Specifications
Specification | Status | Comment |
---|---|---|
Navigation Timing The definition of 'PerformanceTiming.domContentLoadedEventEnd' in that specification. |
Recommendation | Initial definition. |
Browser compatibility
See also
- The
PerformanceTiming
interface it belongs to.