summaryrefslogtreecommitdiff
path: root/doc/api/net.md
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2023-03-14 08:50:18 +0100
committerMichaël Zasso <targos@protonmail.com>2023-03-14 19:52:10 +0100
commit115c9ac68d6327dcac4e12b591435db37fe51645 (patch)
treea93672c460d10950c13f89273dddce3e4d56fbcc /doc/api/net.md
parent334bb179dfef5ad51e3dc1a7925a00b07bedada6 (diff)
downloadnode-new-115c9ac68d6327dcac4e12b591435db37fe51645.tar.gz
2023-03-14, Version 19.8.0 (Current)
Notable changes: buffer: * (SEMVER-MINOR) add Buffer.copyBytesFrom(...) (James M Snell) https://github.com/nodejs/node/pull/46500 doc: * add marco-ippolito to collaborators (Marco Ippolito) https://github.com/nodejs/node/pull/46816 events: * (SEMVER-MINOR) add listener argument to listenerCount (Paolo Insogna) https://github.com/nodejs/node/pull/46523 lib: * (SEMVER-MINOR) add AsyncLocalStorage.bind() and .snapshot() (flakey5) https://github.com/nodejs/node/pull/46387 src: * (SEMVER-MINOR) add `fs.openAsBlob` to support File-backed Blobs (James M Snell) https://github.com/nodejs/node/pull/45258 tls: * (SEMVER-MINOR) support automatic DHE (Tobias Nießen) https://github.com/nodejs/node/pull/46978 url: * (SEMVER-MINOR) implement URLSearchParams size getter (James M Snell) https://github.com/nodejs/node/pull/46308 wasi: * (SEMVER-MINOR) add support for version when creating WASI (Michael Dawson) https://github.com/nodejs/node/pull/46469 worker: * (SEMVER-MINOR) add support for worker name in inspector and trace_events (Debadree Chatterjee) https://github.com/nodejs/node/pull/46832 PR-URL: https://github.com/nodejs/node/pull/47087
Diffstat (limited to 'doc/api/net.md')
-rw-r--r--doc/api/net.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/net.md b/doc/api/net.md
index 2b67e85a32..ba0591baea 100644
--- a/doc/api/net.md
+++ b/doc/api/net.md
@@ -1645,7 +1645,7 @@ Sets the default value of the `autoSelectFamily` option of [`socket.connect(opt
## `net.getDefaultAutoSelectFamilyAttemptTimeout()`
<!-- YAML
-added: REPLACEME
+added: v19.8.0
-->
Gets the current default value of the `autoSelectFamilyAttemptTimeout` option of [`socket.connect(options)`][].
@@ -1655,7 +1655,7 @@ Gets the current default value of the `autoSelectFamilyAttemptTimeout` option o
## `net.setDefaultAutoSelectFamilyAttemptTimeout(value)`
<!-- YAML
-added: REPLACEME
+added: v19.8.0
-->
Sets the default value of the `autoSelectFamilyAttemptTimeout` option of [`socket.connect(options)`][].