We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b52a3f commit 1ef1f4fCopy full SHA for 1ef1f4f
doc/api/url.md
@@ -1185,6 +1185,11 @@ The formatting process operates as follows:
1185
<!-- YAML
1186
added: v0.1.25
1187
changes:
1188
+ - version: v11.14.0
1189
+ pr-url: https://github.com/nodejs/node/pull/26941
1190
+ description: The `pathname` property on the returned URL object is now `/`
1191
+ when there is no path and the protocol scheme is `ws:` or
1192
+ `wss:`.
1193
- version: v11.0.0
1194
pr-url: https://github.com/nodejs/node/pull/22715
1195
description: The Legacy URL API is deprecated. Use the WHATWG URL API.
0 commit comments