Skip to content

Commit

Permalink
docs: add notice about lack of support for ie11 (#127)
Browse files Browse the repository at this point in the history
* docs: add notice about lack of support for ie11

* Update readme.md

Co-authored-by: pooya parsa <pyapar@gmail.com>
  • Loading branch information
danielroe and pi0 authored Sep 1, 2020
1 parent c002aaa commit 54cda7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/guide/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
:::

0 comments on commit 54cda7e

Please sign in to comment.