We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a8d9e5 commit 96c7ff9Copy full SHA for 96c7ff9
tools/feature_matrix.py
@@ -15,12 +15,12 @@
15
16
UNSUPPORTED = 0x7FFFFFFF
17
18
-# Oldest support browser versions. These have been set somewhat
19
-# arbitrarily for now.
+# Oldest support browser versions. Keep in sync with
+# src/settings.js.
20
# TODO(sbc): Design a of policy for managing these values.
21
-OLDEST_SUPPORTED_CHROME = 45 # September 1, 2015
22
-OLDEST_SUPPORTED_FIREFOX = 40 # August 11, 2015
23
-OLDEST_SUPPORTED_SAFARI = 101000 # September 20, 2016
+OLDEST_SUPPORTED_CHROME = 33 # 2014-02-18.
+OLDEST_SUPPORTED_FIREFOX = 34 # 2014-12-01
+OLDEST_SUPPORTED_SAFARI = 90000 # 2015
24
# 10.19.0 is the oldest version of node that we do any testing with.
25
# Keep this in sync with the test-node-compat in .circleci/config.yml.
26
OLDEST_SUPPORTED_NODE = 101900
0 commit comments