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
Daniel Roe 2020-09-01 14:33:53 +02:00 committed by GitHub
parent c002aaa97c
commit 54cda7e1c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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))
:::