Skip to main content
Deno.TlsHandshakeInfo.alpnProtocol - Deno documentation
property Deno.TlsHandshakeInfo.alpnProtocol
Contains the ALPN protocol selected during negotiation with the server. If no ALPN protocol selected, returns `null`.

Type

string | null