property
quic.QuicSession.alpnProtocol
readonly alpnProtocol: null | string
The negotiated ALPN protocol. This is null before the client hello is processed. Once ALPN has been negotiated, this is the protocol string. ALPN is mandatory in QUIC so this is never false on successful connections, unlike node:tls where this is optional.