Skip to content

Commit

Permalink
doc: mark querystring api as legacy
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jasnell authored and targos committed Jun 11, 2021
1 parent a75b7af commit 839e8d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/api/querystring.md
Expand Up @@ -2,7 +2,7 @@

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

> Stability: 2 - Stable
> Stability: 3 - Legacy
<!--name=querystring-->

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

The `querystring` API is considered Legacy. While it is still maintained,
new code should use the {URLSearchParams} API instead.

## `querystring.decode()`
<!-- YAML
added: v0.1.99
Expand Down

0 comments on commit 839e8d1

Please sign in to comment.