property
tls.TLSSocket.alpnProtocol
alpnProtocol: null | string | false
The negotiated ALPN protocol. This is null before the handshake completes. Once the handshake completes, it settles as either the negotiated protocol name, or false if the peers did not negotiate an ALPN protocol.