From 54cda7e1c344e5d8efe196154c16368303302cec Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 1 Sep 2020 14:33:53 +0200 Subject: [PATCH] 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 --- docs/guide/readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/guide/readme.md b/docs/guide/readme.md index 289ab88..61c95a9 100644 --- a/docs/guide/readme.md +++ b/docs/guide/readme.md @@ -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)) +:::