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

Returns a promise that resolves when the connection is closed.

Type

Promise<QuicCloseInfo>
Back to top