mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +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
|
### 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
|
```js
|
||||||
var params = new URLSearchParams();
|
var params = new URLSearchParams();
|
||||||
|
|||||||
Reference in New Issue
Block a user