From 713319c3ba4f565fe02040ff90b921f9a99be3da Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Fri, 11 Jun 2021 16:26:17 +0200 Subject: [PATCH] doc: deprecate type coercion for `dns.lookup` options --- doc/api/deprecations.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index a6944ffd9135da..f8e7c2a46c3fdd 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2786,7 +2786,7 @@ These properties are now available within the standard `detail` property of the `PerformanceEntry` object. The existing accessors have been deprecated and should no longer be used. -### DEP0153: Non boolean value for `verbatim` DNS lookup option +### DEP0153: `dns.lookup` and `dnsPromises.lookup` options type coercion