Skip to main content
Deno.ConnectQuicOptions.alpnProtocols - Deno documentation
property Deno.ConnectQuicOptions.alpnProtocols

Application-Layer Protocol Negotiation (ALPN) protocols supported by the client. QUIC requires the use of ALPN.

Type

string[]
Back to top