Skip to main content
Up or down tonavigateEnter toselectEscape toclose⌘⇧KAI

method Deno.QuicEndpoint.prototype.close

#QuicEndpoint.prototype.close(info?: QuicCloseInfo): void

Closes the endpoint. All associated connections will be closed and incoming connections will be rejected.

Parameters #

#info: QuicCloseInfo
optional

Return Type #

void