Skip to content

Commit

Permalink
doc: remove Legacy status from querystring
Browse files Browse the repository at this point in the history
Closes: nodejs#44911
  • Loading branch information
Trott committed Oct 7, 2022
1 parent c50987e commit 28aa80d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/api/querystring.md
Expand Up @@ -2,7 +2,7 @@

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

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

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

The `querystring` API is considered Legacy. While it is still maintained,
new code should use the {URLSearchParams} API instead.
`querystring` is more performant than {URLSearchParams} but is not a standard
API. Use {URLSearchParams} when performance is not critical or when
compatibility with browser code is desirable.

## `querystring.decode()`

Expand Down

0 comments on commit 28aa80d

Please sign in to comment.