Skip to main content

closeWrite

method Deno.Conn.closeWrite
Jump to headingConn.closeWrite(): Promise<void>

Shuts down (shutdown(2)) the write side of the connection. Most callers should just use close().

Return Type Jump to heading

Promise<void>
Back to top