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.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/api/dns.md b/doc/api/dns.md
index ef90e15a04d..1a5ecd80b9f 100644
--- a/doc/api/dns.md
+++ b/doc/api/dns.md
@@ -97,7 +97,9 @@ The following methods from the `dns` module are available:
<!-- YAML
added: v8.3.0
changes:
- - version: v16.7.0
+ - version:
+ - v16.7.0
+ - v14.18.0
pr-url: https://github.com/nodejs/node/pull/39610
description: The `options` object now accepts a `tries` option.
- version: v12.18.3
@@ -643,7 +645,9 @@ one of the [DNS error codes][].
## `dns.setDefaultResultOrder(order)`
<!-- YAML
-added: v16.4.0
+added:
+ - v16.4.0
+ - v14.18.0
-->
* `order` {string} must be `'ipv4first'` or `'verbatim'`.
@@ -1168,7 +1172,9 @@ is one of the [DNS error codes]().
### `dnsPromises.setDefaultResultOrder(order)`
<!-- YAML
-added: v16.4.0
+added:
+ - v16.4.0
+ - v14.18.0
-->
* `order` {string} must be `'ipv4first'` or `'verbatim'`.