From 34e533dd4b284c3143918ade61d0c27df5c9c04d Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Mon, 18 Mar 2019 15:46:35 +0000 Subject: [PATCH] Remove Edge from browser support statements At the current time, we do not intend to do additional work specifically to support Edge. If it works for most use cases, that's great, but we do not intend to fix issues that affect only Edge. Fixes https://github.com/vector-im/riot-web/issues/9201 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ad781ffe99..e944b04ff2 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,6 @@ Developer Guide Platform Targets: * Chrome, Firefox and Safari. - * Edge should also work, but we're not testing it proactively. * WebRTC features (VoIP and Video calling) are only available in Chrome & Firefox. * Mobile Web is not currently a target platform - instead please use the native iOS (https://github.com/matrix-org/matrix-ios-kit) and Android