W3cubDocs

/DOM

PerformanceTiming.secureConnectionStart

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

Specification Status Comment
Navigation Timing
The definition of 'PerformanceTiming.secureConnectionStart' in that specification.
Recommendation Initial definition.

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

© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/PerformanceTiming/secureConnectionStart