Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7b377cf

Browse filesBrowse files
styfleMylesBorins
authored andcommitted
doc: add history for url.parse
PR-URL: #18685 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
1 parent 34f4934 commit 7b377cf
Copy full SHA for 7b377cf

File tree

Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Open diff view settings
Collapse file

‎doc/api/url.md‎

Copy file name to clipboardExpand all lines: doc/api/url.md
+5Lines changed: 5 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.