File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -411,6 +411,10 @@ following this event.
411411### Event: 'lookup'
412412<!-- YAML
413413added: 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.
414418-->
415419
416420Emitted after resolving the hostname but before connecting.
@@ -479,6 +483,15 @@ The amount of bytes sent.
479483### socket.connect(options[ , connectListener] )
480484<!-- YAML
481485added: 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.
482495-->
483496
484497Opens the connection for a given socket.
You can’t perform that action at this time.
0 commit comments