这篇翻译不完整。请帮忙从英语翻译这篇文章。
Summary
PerformanceTiming
.connectEnd
这个只读属性返回一个无符号长整型,它以毫秒为单位,代表了网络链接建立的时间节点。如果传输层报告了错误或者链接又被重新建立,则采用最后一次链接建立的时间。如果链接是长久的,那么这个值等同于PerformanceTiming.fetchStart
。链接被认为打开以所有的链接握手,SOCKS认证结束为标志。
Syntax
time = performanceTiming.connectEnd;
Specifications
Specification | Status | Comment |
---|---|---|
Navigation Timing PerformanceTiming.connectEnd |
Recommendation | Initial definition. |
Browser compatibility
特性 | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | 6.0 | 7.0 (7.0) | 9.0 | 15.0 | 未实现 |
特性 | 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
接口.