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 @@ -2786,7 +2786,7 @@ These properties are now available within the standard `detail` property
2786
2786
of the ` PerformanceEntry ` object. The existing accessors have been
2787
2787
deprecated and should no longer be used.
2788
2788
2789
- ### DEP0153: Non boolean value for ` verbatim ` DNS lookup option
2789
+ ### DEP0153: ` dns.lookup ` and ` dnsPromises.lookup ` options type coercion
2790
2790
<!-- YAML
2791
2791
changes:
2792
2792
- version: REPLACEME
@@ -2796,8 +2796,10 @@ changes:
2796
2796
2797
2797
Type: Documentation-only
2798
2798
2799
- Using a non-boolean value for ` verbatim ` option in [ ` dns.lookup() ` ] [ ] and
2800
- [ ` dnsPromises.lookup() ` ] [ ] is deprecated.
2799
+ Using a non-nullish non-integer value for ` family ` option, a non-nullish
2800
+ non-number value for ` hints ` option, a non-nullish non-boolean value for ` all `
2801
+ option, or a non-nullish non-boolean value for ` verbatim ` option in
2802
+ [ ` dns.lookup() ` ] [ ] and [ ` dnsPromises.lookup() ` ] [ ] is deprecated.
2801
2803
2802
2804
[ Legacy URL API ] : url.md#url_legacy_url_api
2803
2805
[ 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