Summary
The PerformanceTiming
.secureConnectionStart
read-only property returns an unsigned long long
representing the moment, in miliseconds since the UNIX epoch, where the secure connection handshake starts. If no such connection is requested, it returns 0
.
Syntax
time = performanceTiming.secureConnectionStart;
Specifications
Browser compatibility
Feature |
Chrome |
Firefox (Gecko) |
Internet Explorer |
Opera |
Safari (WebKit) |
Basic support |
6.0 |
56.0 (56.0) |
9.0 |
15.0 |
No support |
Feature |
Android |
Firefox Mobile (Gecko) |
IE Phone |
Opera Mobile |
Safari Mobile |
Basic support |
No support |
56.0 (56.0) |
9.0 |
15.0 |
No support |
See also
Document Tags and Contributors