| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2784,7 +2784,7 @@ 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 | ||
| 2787 | + ### DEP0153: `dns.lookup` and `dnsPromises.lookup` options type coercion | ||
| 2788 | 2788 | <!-- YAML | |
| 2789 | 2789 | changes: | |
| 2790 | 2790 | - version: REPLACEME | |
@@ -2794,8 +2794,10 @@ changes: | |||
| 2794 | 2794 | ||
| 2795 | 2795 | Type: Documentation-only | |
| 2796 | 2796 | ||
| 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. | ||
| 2799 | 2801 | ||
| 2800 | 2802 | [Legacy URL API]: url.md#url_legacy_url_api | |
| 2801 | 2803 | [NIST SP 800-38D]: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf | |
| Back | FazBrowse Home | New Git URL |
0 commit comments