mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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>
This commit is contained in:
@@ -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()`][].
|
||||
|
||||
|
||||
Reference in New Issue
Block a user