Summary
PerformanceTiming
.domContentLoadedEventEnd
为只读属性,返回一个无符号长整型数值(unsigned long),以UNIX时间戳的形式表示一个时刻,这个时刻为所有需要尽早执行的脚本不管是否按顺序,都已经执行完毕。(译注:即DOM Ready)
Syntax
time = performanceTiming.domContentLoadedEventEnd;
Specifications
Specification | Status | Comment |
---|---|---|
Navigation Timing PerformanceTiming.domContentLoadedEventEnd |
Recommendation | Initial definition. |
Browser compatibility
BCD tables only load in the browser
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
See also
- 所属的
PerformanceTiming
接口