@@ -1050,6 +1050,16 @@ deprecated along with the undocumented aliases `crypto.prng()` and
1050
1050
`crypto.rng()` in favor of [`crypto.randomBytes()`][] and will be removed in a
1051
1051
future release.
1052
1052
1053
+ <a id="DEP0116"></a>
1054
+ ### DEP0116: Legacy URL API
1055
+
1056
+ Type: Documentation
1057
+
1058
+ The [Legacy URL API][] is deprecated. This includes [`url.format()`][],
1059
+ [`url.parse()`][], [`url.resolve()`][], and the [legacy `urlObject`][]. Please
1060
+ use the [WHATWG URL API][] instead.
1061
+
1062
+
1053
1063
[`--pending-deprecation`]: cli.html#cli_pending_deprecation
1054
1064
[`Buffer.allocUnsafeSlow(size)`]: buffer.html#buffer_class_method_buffer_allocunsafeslow_size
1055
1065
[`Buffer.from(array)`]: buffer.html#buffer_class_method_buffer_from_array
@@ -1098,6 +1108,7 @@ future release.
1098
1108
[`os.tmpdir()`]: os.html#os_os_tmpdir
1099
1109
[`process.env`]: process.html#process_process_env
1100
1110
[`punycode`]: punycode.html
1111
+ [`REPLServer.clearBufferedCommand()`]: repl.html#repl_replserver_clearbufferedcommand
1101
1112
[`require.extensions`]: modules.html#modules_require_extensions
1102
1113
[`script.createCachedData()`]: vm.html#vm_script_createcacheddata
1103
1114
[`setInterval()`]: timers.html#timers_setinterval_callback_delay_args
@@ -1108,6 +1119,9 @@ future release.
1108
1119
[`tls.TLSSocket`]: tls.html#tls_class_tls_tlssocket
1109
1120
[`tls.checkServerIdentity()`]: tls.html#tls_tls_checkserveridentity_hostname_cert
1110
1121
[`tls.createSecureContext()`]: tls.html#tls_tls_createsecurecontext_options
1122
+ [`url.format()`]: url.html#url_url_format_urlobject
1123
+ [`url.parse()`]: url.html#url_url_parse_urlstring_parsequerystring_slashesdenotehost
1124
+ [`url.resolve()`]: url.html#url_url_resolve_from_to
1111
1125
[`util._extend()`]: util.html#util_util_extend_target_source
1112
1126
[`util.debug()`]: util.html#util_util_debug_string
1113
1127
[`util.error()`]: util.html#util_util_error_strings
@@ -1139,5 +1153,7 @@ future release.
1139
1153
[alloc_unsafe_size]: buffer.html#buffer_class_method_buffer_allocunsafe_size
1140
1154
[from_arraybuffer]: buffer.html#buffer_class_method_buffer_from_arraybuffer_byteoffset_length
1141
1155
[from_string_encoding]: buffer.html#buffer_class_method_buffer_from_string_encoding
1156
+ [Legacy URL API]: url.html#url_legacy_url_api
1157
+ [legacy `urlObject`]: url.html#url_legacy_urlobject
1142
1158
[NIST SP 800-38D]: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
1143
- [`REPLServer.clearBufferedCommand()` ]: repl .html#repl_replserver_clearbufferedcommand
1159
+ [WHATWG URL API ]: url .html#url_the_whatwg_url_api
0 commit comments