Skip to main content

close

method Deno.DatagramConn.close
Jump to headingDatagramConn.close(): void

Close closes the socket. Any pending message promises will be rejected with errors.

Return Type Jump to heading

void
Back to top