| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a90386b commit 842bc64
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | 3 | <!--introduced_in=v0.1.25--> | |
| 4 | 4 | ||
| 5 | - > Stability: 3 - Legacy | ||
| 5 | + > Stability: 2 - Stable | ||
| 6 | 6 | ||
| 7 | 7 | <!--name=querystring--> | |
| 8 | 8 | ||
@@ -15,8 +15,9 @@ query strings. It can be accessed using: | |||
| 15 | 15 | const querystring = require('node:querystring'); | |
| 16 | 16 | ``` | |
| 17 | 17 | ||
| 18 | - The `querystring` API is considered Legacy. While it is still maintained, | ||
| 19 | - new code should use the {URLSearchParams} API instead. | ||
| 18 | + `querystring` is more performant than {URLSearchParams} but is not a | ||
| 19 | + standardized API. Use {URLSearchParams} when performance is not critical or | ||
| 20 | + when compatibility with browser code is desirable. | ||
| 20 | 21 | ||
| 21 | 22 | ## `querystring.decode()` | |
| 22 | 23 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments