We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c9557 commit df5e57aCopy full SHA for df5e57a
doc/api/url.md
@@ -1030,6 +1030,11 @@ The formatting process operates as follows:
1030
### url.parse(urlString[, parseQueryString[, slashesDenoteHost]])
1031
<!-- YAML
1032
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.
1038
-->
1039
1040
* `urlString` {string} The URL string to parse.
0 commit comments