property

quic.QuicSession.opened

readonly opened: Promise<SessionHandshakeInfo>

A promise that is fulfilled once the TLS handshake completes successfully. The resolved value contains information about the established session including the negotiated protocol, cipher suite, certificate validation status, and 0-RTT early data status.

If the handshake fails or the session is destroyed before the handshake completes, the promise will be rejected.