From 4589d56bf423790745fe64eb1cde1df0fd1f5d77 Mon Sep 17 00:00:00 2001 From: silverwind Date: Wed, 27 May 2020 10:55:32 +0200 Subject: [PATCH 1/2] Narrow down Edge version in browser support docs I noticed that Edge 14 has a pretty buggy fetch implementation and because it has already reached end of support I think it's better we don't specifically state support for it, even if it may work to some extend. --- docs/content/page/index.en-us.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/content/page/index.en-us.md b/docs/content/page/index.en-us.md index ed053f04b3e4d..3f20da886f6a2 100644 --- a/docs/content/page/index.en-us.md +++ b/docs/content/page/index.en-us.md @@ -261,9 +261,8 @@ Windows, on architectures like amd64, i386, ARM, PowerPC, and others. ## Browser Support -- Last 2 versions of Chrome, Firefox and Safari +- Last 2 versions of Chrome, Firefox, Safari and Edge - Firefox ESR -- Edge 14+ ## Components From 3b6890b33c3529765d8b6273bdd7f3b1281022f3 Mon Sep 17 00:00:00 2001 From: silverwind Date: Wed, 27 May 2020 16:00:45 +0200 Subject: [PATCH 2/2] mention both edge versions --- docs/content/page/index.en-us.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/page/index.en-us.md b/docs/content/page/index.en-us.md index 3f20da886f6a2..92f8e2645def4 100644 --- a/docs/content/page/index.en-us.md +++ b/docs/content/page/index.en-us.md @@ -261,7 +261,7 @@ Windows, on architectures like amd64, i386, ARM, PowerPC, and others. ## Browser Support -- Last 2 versions of Chrome, Firefox, Safari and Edge +- Last 2 versions of Chrome, Firefox, Safari, Edge (EdgeHTML) and Edge (Chromium) - Firefox ESR ## Components