这篇翻译不完整。请帮忙从英语翻译这篇文章。
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
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | 6.0 | 7.0 (7.0) | 9.0 | 15.0 | 未实现 |
Feature | Android | Firefox Mobile (Gecko) | Firefox OS | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | 未实现 | 7.0 (7.0) | 1.0 (7.0) | 9.0 | 15.0 | 未实现 |
See also
- 所属的
PerformanceTiming
接口