Skip to content

Commit

Permalink
doc: add entry to url.parse() changes metadata
Browse files Browse the repository at this point in the history
Document that returned `pathname` is now `/` when the URL to parse has
no path and the protocol scheme is`ws:` or `wss:`.

PR-URL: nodejs#30348
Fixes: nodejs#30154
Refs: nodejs#26941
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Yongsheng Zhang <[email protected]>
Reviewed-By: Masashi Hirano <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
  • Loading branch information
lpinca committed Nov 15, 2019
1 parent 86f0b75 commit 04e45db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/api/url.md
Original file line number Diff line number Diff line change
Expand Up @@ -1185,6 +1185,11 @@ The formatting process operates as follows:
<!-- YAML
added: v0.1.25
changes:
- version: v11.14.0
pr-url: https://github.com/nodejs/node/pull/26941
description: The `pathname` property on the returned URL object is now `/`
when there is no path and the protocol scheme is `ws:` or
`wss:`.
- version: v11.0.0
pr-url: https://github.com/nodejs/node/pull/22715
description: The Legacy URL API is deprecated. Use the WHATWG URL API.
Expand Down

0 comments on commit 04e45db

Please sign in to comment.