Skip to main content
property Deno.TlsHandshakeInfo.alpnProtocol

Contains the ALPN protocol selected during negotiation with the server. If no ALPN protocol selected, returns null.

Type

string | null
Back to top