We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31bf4fb commit 0c72aa5Copy full SHA for 0c72aa5
doc/api/url.md
@@ -1956,6 +1956,9 @@ npx codemod@latest @nodejs/node-url-to-whatwg-url
1956
<!-- YAML
1957
added: v0.1.25
1958
changes:
1959
+ - version: REPLACEME
1960
+ pr-url: https://github.com/nodejs/node/pull/61780
1961
+ description: Documentation-only deprecation.
1962
- version:
1963
- v15.13.0
1964
- v14.17.0
@@ -1979,6 +1982,8 @@ changes:
1979
1982
contains a hostname.
1980
1983
-->
1981
1984
1985
+> Stability: 0 - Deprecated: Use the WHATWG URL API instead.
1986
+
1987
* `from` {string} The base URL to use if `to` is a relative URL.
1988
* `to` {string} The target URL to resolve.
1989
0 commit comments