Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Deno.TlsHandshakeInfo

interface TlsHandshakeInfo {
alpnProtocol: string | null;
}

§Properties

§
alpnProtocol: string | null
[src]

UNSTABLE: new API, yet to be vetted.

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