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:
Diffstat (limited to 'doc/api/dns.md')
-rw-r--r--doc/api/dns.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/dns.md b/doc/api/dns.md
index 1dc93463fd0..6a50fa0335d 100644
--- a/doc/api/dns.md
+++ b/doc/api/dns.md
@@ -97,7 +97,7 @@ The following methods from the `dns` module are available:
<!-- YAML
added: v8.3.0
changes:
- - version: REPLACEME
+ - version: v14.18.0
pr-url: https://github.com/nodejs/node/pull/39610
description: The `options` object now accepts a `tries` option.
- version: v14.5.0
@@ -635,7 +635,7 @@ one of the [DNS error codes][].
## `dns.setDefaultResultOrder(order)`
<!-- YAML
-added: REPLACEME
+added: v14.18.0
-->
* `order` {string} must be `'ipv4first'` or `'verbatim'`.
@@ -1153,7 +1153,7 @@ is one of the [DNS error codes](#dns_error_codes).
### `dnsPromises.setDefaultResultOrder(order)`
<!-- YAML
-added: REPLACEME
+added: v14.18.0
-->
* `order` {string} must be `'ipv4first'` or `'verbatim'`.