We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad7d41 commit 5c6e24eCopy full SHA for 5c6e24e
doc/api/net.md
@@ -520,6 +520,11 @@ added: v0.1.90
520
Ensures that no more I/O activity happens on this socket. Only necessary in
521
case of errors (parse error or so).
522
523
+### socket.destroyed
524
+
525
+A Boolean value that indicates if the connection is destroyed or not. Once a
526
+connection is destroyed no further data can be transferred using it.
527
528
### socket.end([data][, encoding])
529
<!-- YAML
530
added: v0.1.90
0 commit comments