From d62ab999d617188830045f53bcd5fdc831007bf0 Mon Sep 17 00:00:00 2001 From: Danny Tuppeny Date: Tue, 16 Apr 2019 17:35:48 +0100 Subject: [PATCH 1/3] Redirect browsers that don't support ES6 classes to an unsupported page This will catch really old browsers like IE. --- packages/devtools/web/index.html | 11 +++++++++++ packages/devtools/web/unsupported-browser.html | 16 ++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 packages/devtools/web/unsupported-browser.html diff --git a/packages/devtools/web/index.html b/packages/devtools/web/index.html index d955a193105..32c1607b977 100644 --- a/packages/devtools/web/index.html +++ b/packages/devtools/web/index.html @@ -23,6 +23,17 @@