We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d92887 commit 7323ffbCopy full SHA for 7323ffb
doc/api/querystring.md
@@ -13,6 +13,20 @@ query strings. It can be accessed using:
13
const querystring = require('querystring');
14
```
15
16
+## querystring.decode()
17
+<!-- YAML
18
+added: v0.1.99
19
+-->
20
+
21
+The `querystring.decode()` function is an alias for `querystring.parse()`.
22
23
+## querystring.encode()
24
25
26
27
28
+The `querystring.encode()` function is an alias for `querystring.stringify()`.
29
30
## querystring.escape(str)
31
<!-- YAML
32
added: v0.1.25
0 commit comments