Skip to content

Commit 0c72aa5

Browse files
committed
url: doc deprecate url.resolve
1 parent 31bf4fb commit 0c72aa5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/api/url.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1956,6 +1956,9 @@ npx codemod@latest @nodejs/node-url-to-whatwg-url
19561956
<!-- YAML
19571957
added: v0.1.25
19581958
changes:
1959+
- version: REPLACEME
1960+
pr-url: https://github.com/nodejs/node/pull/61780
1961+
description: Documentation-only deprecation.
19591962
- version:
19601963
- v15.13.0
19611964
- v14.17.0
@@ -1979,6 +1982,8 @@ changes:
19791982
contains a hostname.
19801983
-->
19811984
1985+
> Stability: 0 - Deprecated: Use the WHATWG URL API instead.
1986+
19821987
* `from` {string} The base URL to use if `to` is a relative URL.
19831988
* `to` {string} The target URL to resolve.
19841989

0 commit comments

Comments
 (0)