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:
authorAnna Henningsen <anna@addaleax.net>2020-04-02 19:55:19 +0300
committerAnna Henningsen <anna@addaleax.net>2020-04-03 02:06:32 +0300
commit5661121ae4f163f97ab906426f48ecb0caab90a6 (patch)
treea3e0c39c91acb8c2886e38adb91aec9242d11217 /doc/api/dns.md
parentefefdd668dece956c4f75039c77fb0c40dfdd3c8 (diff)
doc: add missing changes: entry for dns.ALL
Refs: https://github.com/nodejs/node/pull/32183 PR-URL: https://github.com/nodejs/node/pull/32617 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/api/dns.md')
-rw-r--r--doc/api/dns.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/api/dns.md b/doc/api/dns.md
index f854445b14d..53c7dcece71 100644
--- a/doc/api/dns.md
+++ b/doc/api/dns.md
@@ -200,6 +200,12 @@ is not set to `true`, it returns a `Promise` for an `Object` with `address` and
`family` properties.
### Supported getaddrinfo flags
+<!-- YAML
+changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/32183
+ description: Added support for the `dns.ALL` flag.
+-->
The following flags can be passed as hints to [`dns.lookup()`][].