File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -411,6 +411,10 @@ following this event.
411
411
### Event: 'lookup'
412
412
<!-- YAML
413
413
added: v0.11.3
414
+ changes:
415
+ - version: v5.10.0
416
+ pr-url: https://github.com/nodejs/node/pull/5598
417
+ description: The `host` parameter is supported now.
414
418
-->
415
419
416
420
Emitted after resolving the hostname but before connecting.
@@ -479,6 +483,15 @@ The amount of bytes sent.
479
483
### socket.connect(options[ , connectListener] )
480
484
<!-- YAML
481
485
added: v0.1.90
486
+ changes:
487
+ - version: v6.0.0
488
+ pr-url: https://github.com/nodejs/node/pull/6021
489
+ description: The `hints` option defaults to `0` in all cases now.
490
+ Previously, in the absence of the `family` option it would
491
+ default to `dns.ADDRCONFIG | dns.V4MAPPED`.
492
+ - version: v5.11.0
493
+ pr-url: https://github.com/nodejs/node/pull/6000
494
+ description: The `hints` option is supported now.
482
495
-->
483
496
484
497
Opens the connection for a given socket.
You can’t perform that action at this time.
0 commit comments