Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions doc/api/url.md
Original file line number Diff line number Diff line change
Expand Up @@ -1956,6 +1956,9 @@ npx codemod@latest @nodejs/node-url-to-whatwg-url
<!-- YAML
added: v0.1.25
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/61780
description: Documentation-only deprecation.
Comment on lines +1959 to +1961
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without #61776, this is actually an application deprecation introduced in v24.0.0. The versioning semantics are a bit tricky, but we shouldn't call this a doc deprecation if it's emitting warnings!

- version:
- v15.13.0
- v14.17.0
Expand All @@ -1979,6 +1982,8 @@ changes:
contains a hostname.
-->
> 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.
Expand Down
Loading