mirror of
https://github.com/tenrok/axios.git
synced 2026-05-30 15:24:11 +03:00
Added link to caniuse.com (#954)
This commit is contained in:
committed by
Rubén Norte
parent
b9ad308879
commit
a7c9742942
@@ -557,7 +557,7 @@ params.append('param2', 'value2');
|
||||
axios.post('/foo', params);
|
||||
```
|
||||
|
||||
> Note that `URLSearchParams` is not supported by all browsers, but there is a [polyfill](https://github.com/WebReflection/url-search-params) available (make sure to polyfill the global environment).
|
||||
> Note that `URLSearchParams` is not supported by all browsers (see [caniuse.com](http://www.caniuse.com/#feat=urlsearchparams)), but there is a [polyfill](https://github.com/WebReflection/url-search-params) available (make sure to polyfill the global environment).
|
||||
|
||||
Alternatively, you can encode data using the [`qs`](https://github.com/ljharb/qs) library:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user