Skip to content

Commit 5ec53f9

Browse files
committed
Add tip about URLSearchParams
Fixes #307
1 parent 6c6f660 commit 5ec53f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ npm install query-string
1313
1414
For browser usage, this package targets the latest version of Chrome, Firefox, and Safari.
1515

16+
> [!TIP]
17+
> Consider using [`URLSearchParams`](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams) for simple use cases. It's a native browser API that handles basic query string operations.
18+
1619
## Usage
1720

1821
```js

0 commit comments

Comments
 (0)