Skip to main content

ref

method Deno.Conn.ref
Jump to headingConn.ref(): void

Make the connection block the event loop from finishing.

Note: the connection blocks the event loop from finishing by default. This method is only meaningful after .unref() is called.

Return Type Jump to heading

void
Back to top