Skip to content

Commit 7b377cf

Browse files
styfleMylesBorins
authored andcommitted
doc: add history for url.parse
PR-URL: #18685 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Tiancheng "Timothy" Gu <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Сковорода Никита Андреевич <[email protected]>
1 parent 34f4934 commit 7b377cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/api/url.md

+5
Original file line numberDiff line numberDiff line change
@@ -1030,6 +1030,11 @@ The formatting process operates as follows:
10301030
### url.parse(urlString[, parseQueryString[, slashesDenoteHost]])
10311031
<!-- YAML
10321032
added: v0.1.25
1033+
changes:
1034+
- version: v9.0.0
1035+
pr-url: https://github.com/nodejs/node/pull/13606
1036+
description: The `search` property on the returned URL object is now `null`
1037+
when no query string is present.
10331038
-->
10341039

10351040
* `urlString` {string} The URL string to parse.

0 commit comments

Comments
 (0)