We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9b4d24 commit f3d8639Copy full SHA for f3d8639
doc/api/net.md
@@ -666,11 +666,12 @@ added: v6.1.0
666
-->
667
668
If `true`,
669
+[`socket.connect(options[, connectListener])`][`socket.connect(options)`] was
670
+called and has not yet finished. It will stay `true` until the socket becomes
671
+connected, then it is set to `false` and the `'connect'` event is emitted. Note
672
+that the
673
[`socket.connect(options[, connectListener])`][`socket.connect(options)`]
-was called and has not yet finished. Will be set to `true` before emitting
-`'connect'` event and/or calling
-[`socket.connect(options[, connectListener])`][`socket.connect(options)`]'s
-callback.
674
+callback is a listener for the `'connect'` event.
675
676
### socket.destroy([exception])
677
<!-- YAML
0 commit comments