mirror of https://github.com/sundowndev/http.git
docs: add notice about lack of support for ie11 (#127)
* docs: add notice about lack of support for ie11 * Update readme.md Co-authored-by: pooya parsa <pyapar@gmail.com>master
parent
c002aaa97c
commit
54cda7e1c3
|
@ -33,3 +33,7 @@ module.exports = {
|
|||
```
|
||||
|
||||
See [http's options](/api/#options).
|
||||
|
||||
::: warning
|
||||
Note that this module does not currently support IE 11 because of using [ky](https://github.com/sindresorhus/ky) ([open issue](https://github.com/nuxt/http/issues/126))
|
||||
:::
|
||||
|
|
Loading…
Reference in New Issue