File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -2784,7 +2784,7 @@ These properties are now available within the standard `detail` property
27842784of the ` PerformanceEntry ` object. The existing accessors have been
27852785deprecated and should no longer be used.
27862786
2787- ### DEP0153: Non boolean value for ` verbatim ` DNS lookup option
2787+ ### DEP0153: ` dns.lookup ` and ` dnsPromises.lookup ` options type coercion
27882788<!-- YAML
27892789changes:
27902790 - version: REPLACEME
@@ -2794,8 +2794,10 @@ changes:
27942794
27952795Type: Documentation-only
27962796
2797- Using a non-boolean value for ` verbatim ` option in [ ` dns.lookup() ` ] [ ] and
2798- [ ` dnsPromises.lookup() ` ] [ ] is deprecated.
2797+ Using a non-nullish non-integer value for ` family ` option, a non-nullish
2798+ non-number value for ` hints ` option, a non-nullish non-boolean value for ` all `
2799+ option, or a non-nullish non-boolean value for ` verbatim ` option in
2800+ [ ` dns.lookup() ` ] [ ] and [ ` dnsPromises.lookup() ` ] [ ] is deprecated.
27992801
28002802[ Legacy URL API ] : url.md#url_legacy_url_api
28012803[ NIST SP 800-38D ] : https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
You can’t perform that action at this time.
0 commit comments