connectEnd property
double
get
connectEnd
The connectEnd
read-only property returns the DOMHighResTimeStamp
immediately after the browser finishes establishing the connection to the
server to retrieve the resource. The timestamp value includes the time
interval to establish the transport connection, as well as other time
intervals such as TLS handshake and
SOCKS authentication.
Implementation
external double get connectEnd;