Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanielle Adams <adamzdanielle@gmail.com>2021-06-13 06:42:55 +0300
committerDanielle Adams <adamzdanielle@gmail.com>2021-06-23 14:42:28 +0300
commit84d6ce9fd15a20c0d0c8c23e9b6c0d1b25b8325f (patch)
treeb09e7d2f018e1e3c2df52075eea01c9ee90b58b7 /doc/api/dns.md
parentd65514bc29ff4e91ae560884d10483e33012e095 (diff)
2021-06-23, Version 16.4.0 (Current)
Notable changes: * async_hooks: * stabilize part of AsyncLocalStorage (Vladimir de Turckheim) https://github.com/nodejs/node/pull/37675 * deps: * upgrade npm to 7.18.1 (npm-robot) https://github.com/nodejs/node/pull/39065 * update V8 to 9.1.269.36 (Michaƫl Zasso) https://github.com/nodejs/node/pull/38273 * dns: * allow `--dns-result-order` to change default dns verbatim (Ouyang Yadong) https://github.com/nodejs/node/pull/38099 PR-URL: https://github.com/nodejs/node/pull/39031
Diffstat (limited to 'doc/api/dns.md')
-rw-r--r--doc/api/dns.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/dns.md b/doc/api/dns.md
index 72c7e09ee00..45b2ff79e37 100644
--- a/doc/api/dns.md
+++ b/doc/api/dns.md
@@ -636,7 +636,7 @@ one of the [DNS error codes][].
## `dns.setDefaultResultOrder(order)`
<!-- YAML
-added: REPLACEME
+added: v16.4.0
-->
* `order` {string} must be `'ipv4first'` or `'verbatim'`.
@@ -1161,7 +1161,7 @@ is one of the [DNS error codes](#dns_error_codes).
### `dnsPromises.setDefaultResultOrder(order)`
<!-- YAML
-added: REPLACEME
+added: v16.4.0
-->
* `order` {string} must be `'ipv4first'` or `'verbatim'`.