diff --git a/doc/api/url.md b/doc/api/url.md index 4cea4b15059098..d68d348fdecda2 100644 --- a/doc/api/url.md +++ b/doc/api/url.md @@ -1956,6 +1956,9 @@ npx codemod@latest @nodejs/node-url-to-whatwg-url +> Stability: 0 - Deprecated: Use the WHATWG URL API instead. + * `from` {string} The base URL to use if `to` is a relative URL. * `to` {string} The target URL to resolve.