We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b0d3b commit 280af05Copy full SHA for 280af05
doc/api/url.md
@@ -984,6 +984,11 @@ The formatting process operates as follows:
984
### url.parse(urlString[, parseQueryString[, slashesDenoteHost]])
985
<!-- YAML
986
added: v0.1.25
987
+changes:
988
+ - version: v9.0.0
989
+ pr-url: https://github.com/nodejs/node/pull/13606
990
+ description: The `search` property on the returned URL object is now `null`
991
+ when no query string is present.
992
-->
993
994
* `urlString` {string} The URL string to parse.
0 commit comments