Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HOWTO.md: Replace "node:querystring" with URLSearchParams API #433

Open
jaller94 opened this issue Aug 7, 2022 · 0 comments
Open

HOWTO.md: Replace "node:querystring" with URLSearchParams API #433

jaller94 opened this issue Aug 7, 2022 · 0 comments
Labels
T-Documentation Improvements or additions to documentation Z-Good-First-Issue Good for newcomers

Comments

@jaller94
Copy link
Contributor

jaller94 commented Aug 7, 2022

The querystring API is considered Legacy. new code should use the URLSearchParams API instead.

https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams

This is fully supported since Node.js 10.

@jaller94 jaller94 added T-Documentation Improvements or additions to documentation Z-Good-First-Issue Good for newcomers labels Aug 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Documentation Improvements or additions to documentation Z-Good-First-Issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant