Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
interface Deno.TlsHandshakeInfo

Properties

alpnProtocol: string | null

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