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
path: root/doc/api
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2021-08-17 21:08:46 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2021-09-15 19:59:10 +0300
commitf182b9b29f6cdf0594498d4bd5b6efe562fc9ea6 (patch)
tree00cd299e69c4f4acb064c6b2ef567a15f67acd77 /doc/api
parent7b4e6d4772e635670d70433b93f719ab31783598 (diff)
dns: runtime deprecate type coercion of `dns.lookup` options
PR-URL: https://github.com/nodejs/node/pull/39793 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/deprecations.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index e25e855c085..c0f1d38d555 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -2789,12 +2789,15 @@ deprecated and should no longer be used.
### DEP0153: `dns.lookup` and `dnsPromises.lookup` options type coercion
<!-- YAML
changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/39793
+ description: Runtime deprecation.
- version: v16.8.0
pr-url: https://github.com/nodejs/node/pull/38906
description: Documentation-only deprecation.
-->
-Type: Documentation-only
+Type: Runtime
Using a non-nullish non-integer value for `family` option, a non-nullish
non-number value for `hints` option, a non-nullish non-boolean value for `all`