mirror of
https://github.com/tenrok/axios.git
synced 2026-05-15 11:59:42 +03:00
Update README.md
This commit is contained in:
@@ -520,7 +520,7 @@ By default, axios serializes JavaScript objects to `JSON`. To send data in the `
|
||||
|
||||
### Browser
|
||||
|
||||
In a browser, you can use [`URLSearchParam`](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams) as follows:
|
||||
In a browser, you can use the [`URLSearchParams`](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams) API as follows:
|
||||
|
||||
```js
|
||||
var params = new URLSearchParams();
|
||||
|
||||
Reference in New Issue
Block a user