DenoDeno.Conn.closemethod Deno.Conn.close#Conn.close(): voidCloses the connection, freeing the resource. const conn = await Deno.connect({ hostname: "example.com", port: 80 }); // ... conn.close(); Return Type #void
method Deno.Conn.close#Conn.close(): voidCloses the connection, freeing the resource. const conn = await Deno.connect({ hostname: "example.com", port: 80 }); // ... conn.close(); Return Type #void