Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! doc: remove Legacy status from querystring
  • Loading branch information
Trott committed Oct 7, 2022
commit d34b656e4dc793369f3ecb3411cbba03ee44d906
6 changes: 3 additions & 3 deletions doc/api/querystring.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ query strings. It can be accessed using:
const querystring = require('node:querystring');
```

`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` is more performant than {URLSearchParams} but is not a
standardized API. Use {URLSearchParams} when performance is not critical or
when compatibility with browser code is desirable.

## `querystring.decode()`

Expand Down