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 3cbfde1

Browse filesBrowse files
jasnelltargos
authored andcommitted
doc: mark querystring api as legacy
Signed-off-by: James M Snell <jasnell@gmail.com> Fixes: #38231 PR-URL: #38436 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent a5929c2 commit 3cbfde1
Copy full SHA for 3cbfde1

File tree

Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/querystring.md‎

Copy file name to clipboardExpand all lines: doc/api/querystring.md
+4-1Lines changed: 4 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!--introduced_in=v0.1.25-->
44

5-
> Stability: 2 - Stable
5+
> Stability: 3 - Legacy
66
77
<!--name=querystring-->
88

@@ -15,6 +15,9 @@ query strings. It can be accessed using:
1515
const querystring = require('querystring');
1616
```
1717

18+
The `querystring` API is considered Legacy. While it is still maintained,
19+
new code should use the {URLSearchParams} API instead.
20+
1821
## `querystring.decode()`
1922
<!-- YAML
2023
added: v0.1.99

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.