doc: clarify timing of socket.connecting
Fixes: https://github.com/nodejs/node/issues/25328 PR-URL: https://github.com/nodejs/node/pull/25333 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
This commit is contained in:
parent
9b7226d66c
commit
ccc06a3c32
@ -666,11 +666,12 @@ added: v6.1.0
|
||||
-->
|
||||
|
||||
If `true`,
|
||||
[`socket.connect(options[, connectListener])`][`socket.connect(options)`] was
|
||||
called and has not yet finished. It will stay `true` until the socket becomes
|
||||
connected, then it is set to `false` and the `'connect'` event is emitted. Note
|
||||
that the
|
||||
[`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.
|
||||
callback is a listener for the `'connect'` event.
|
||||
|
||||
### socket.destroy([exception])
|
||||
<!-- YAML
|
||||
|
Loading…
x
Reference in New Issue
Block a user