Skip to main content
method Deno.QuicConn.close
QuicConn.close(info?: QuicCloseInfo): void
Deprecated

Close closes the listener. Any pending accept promises will be rejected with errors.

Parameters

optional
info: QuicCloseInfo

Return Type

void
Back to top