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 6285ff2 commit 7c609dcCopy full SHA for 7c609dc
doc/api/querystring.md
@@ -30,6 +30,13 @@ necessary by assigning `querystring.escape` to an alternative function.
30
## querystring.parse(str[, sep[, eq[, options]]])
31
<!-- YAML
32
added: v0.1.25
33
+changes:
34
+ - version: v6.0.0
35
+ pr-url: https://github.com/nodejs/node/pull/6055
36
+ description: The returned object no longer inherits from `Object.prototype`.
37
+ - version: v6.0.0, v4.2.4
38
+ pr-url: https://github.com/nodejs/node/pull/3807
39
+ description: The `eq` parameter may now have a length of more than `1`.
40
-->
41
42
* `str` {String} The URL query string to parse
0 commit comments