Skip to main content

close

method Deno.Listener.close
Jump to headingListener.close(): void

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

Return Type Jump to heading

void
Back to top