@@ -1050,6 +1050,16 @@ deprecated along with the undocumented aliases `crypto.prng()` and
10501050`crypto.rng()` in favor of [`crypto.randomBytes()`][] and will be removed in a
10511051future release.
10521052
1053+ <a id="DEP00XX"></a>
1054+ ### DEP00XX: Legacy URL API
1055+
1056+ Type: Documentation
1057+
1058+ The [Legacy URL API][] is deprecated in favor of the newer standardized
1059+ [WHATWG URL][] implementation. This includes uses of [`url.format()`][],
1060+ [`url.parse()`][], [`url.resolve()`][], and the [legacy `urlObject`][].
1061+
1062+
10531063[`--pending-deprecation`]: cli.html#cli_pending_deprecation
10541064[`Buffer.allocUnsafeSlow(size)`]: buffer.html#buffer_class_method_buffer_allocunsafeslow_size
10551065[`Buffer.from(array)`]: buffer.html#buffer_class_method_buffer_from_array
@@ -1108,6 +1118,9 @@ future release.
11081118[`tls.TLSSocket`]: tls.html#tls_class_tls_tlssocket
11091119[`tls.checkServerIdentity()`]: tls.html#tls_tls_checkserveridentity_hostname_cert
11101120[`tls.createSecureContext()`]: tls.html#tls_tls_createsecurecontext_options
1121+ [`url.format()`]: url.html#url_url_format_urlobject
1122+ [`url.parse()`]: url.html#url_url_parse_urlstring_parsequerystring_slashesdenotehost
1123+ [`url.resolve()`]: url.html#url_url_resolve_from_to
11111124[`util._extend()`]: util.html#util_util_extend_target_source
11121125[`util.debug()`]: util.html#util_util_debug_string
11131126[`util.error()`]: util.html#util_util_error_strings
@@ -1139,5 +1152,8 @@ future release.
11391152[alloc_unsafe_size]: buffer.html#buffer_class_method_buffer_allocunsafe_size
11401153[from_arraybuffer]: buffer.html#buffer_class_method_buffer_from_arraybuffer_byteoffset_length
11411154[from_string_encoding]: buffer.html#buffer_class_method_buffer_from_string_encoding
1155+ [Legacy URL API]: url.html#url_legacy_url_api
1156+ [legacy `urlObject`]: url.html#url_legacy_urlobject
11421157[NIST SP 800-38D]: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
1158+ [WHATWG URL]: url.html#url_the_whatwg_url_api
11431159[`REPLServer.clearBufferedCommand()`]: repl.html#repl_replserver_clearbufferedcommand
0 commit comments