File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -2784,6 +2784,19 @@ These properties are now available within the standard `detail` property
2784
2784
of the ` PerformanceEntry ` object. The existing accessors have been
2785
2785
deprecated and should no longer be used.
2786
2786
2787
+ ### DEP0153: Non boolean value for ` verbatim ` DNS lookup option
2788
+ <!-- YAML
2789
+ changes:
2790
+ - version: REPLACEME
2791
+ pr-url: https://github.com/nodejs/node/pull/38906
2792
+ description: Documentation-only deprecation.
2793
+ -->
2794
+
2795
+ Type: Documentation-only
2796
+
2797
+ Using a non-boolean value for ` verbatim ` option in [ ` dns.lookup() ` ] [ ] and
2798
+ [ ` dnsPromises.lookup() ` ] [ ] is deprecated.
2799
+
2787
2800
[ Legacy URL API ] : url.md#url_legacy_url_api
2788
2801
[ NIST SP 800-38D ] : https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
2789
2802
[ RFC 6066 ] : https://tools.ietf.org/html/rfc6066#section-3
@@ -2823,6 +2836,8 @@ deprecated and should no longer be used.
2823
2836
[ `crypto.scrypt()` ] : crypto.md#crypto_crypto_scrypt_password_salt_keylen_options_callback
2824
2837
[ `decipher.final()` ] : crypto.md#crypto_decipher_final_outputencoding
2825
2838
[ `decipher.setAuthTag()` ] : crypto.md#crypto_decipher_setauthtag_buffer_encoding
2839
+ [ `dns.lookup()` ] : domain.md#dns_dns_lookup_hostname_options_callback
2840
+ [ `dnsPromises.lookup()` ] : domain.md#dns_dnspromises_lookup_hostname_options
2826
2841
[ `domain` ] : domain.md
2827
2842
[ `ecdh.setPublicKey()` ] : crypto.md#crypto_ecdh_setpublickey_publickey_encoding
2828
2843
[ `emitter.listenerCount(eventName)` ] : events.md#events_emitter_listenercount_eventname
You can’t perform that action at this time.
0 commit comments