doc: add changelogs for net
PR-URL: https://github.com/nodejs/node/pull/11489 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Italo A. Casas <me@italoacasas.com>
This commit is contained in:
parent
cfa06fa59a
commit
c3132ed736
@ -411,6 +411,10 @@ following this event.
|
|||||||
### Event: 'lookup'
|
### Event: 'lookup'
|
||||||
<!-- YAML
|
<!-- YAML
|
||||||
added: v0.11.3
|
added: v0.11.3
|
||||||
|
changes:
|
||||||
|
- version: v5.10.0
|
||||||
|
pr-url: https://github.com/nodejs/node/pull/5598
|
||||||
|
description: The `host` parameter is supported now.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
Emitted after resolving the hostname but before connecting.
|
Emitted after resolving the hostname but before connecting.
|
||||||
@ -479,6 +483,15 @@ The amount of bytes sent.
|
|||||||
### socket.connect(options[, connectListener])
|
### socket.connect(options[, connectListener])
|
||||||
<!-- YAML
|
<!-- YAML
|
||||||
added: v0.1.90
|
added: v0.1.90
|
||||||
|
changes:
|
||||||
|
- version: v6.0.0
|
||||||
|
pr-url: https://github.com/nodejs/node/pull/6021
|
||||||
|
description: The `hints` option defaults to `0` in all cases now.
|
||||||
|
Previously, in the absence of the `family` option it would
|
||||||
|
default to `dns.ADDRCONFIG | dns.V4MAPPED`.
|
||||||
|
- version: v5.11.0
|
||||||
|
pr-url: https://github.com/nodejs/node/pull/6000
|
||||||
|
description: The `hints` option is supported now.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
Opens the connection for a given socket.
|
Opens the connection for a given socket.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user