Skip to main content
Deno.QuicConn.handshake - Deno documentation
property Deno.QuicConn.handshake

Returns a promise that resolves when the TLS handshake is complete.

Type

Promise<void>
Back to top