File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515
1616UNSUPPORTED = 0x7FFFFFFF
1717
18- # Oldest support browser versions. These have been set somewhat
19- # arbitrarily for now .
18+ # Oldest support browser versions. Keep in sync with
19+ # src/settings.js .
2020# 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
21+ OLDEST_SUPPORTED_CHROME = 33 # 2014-02-18.
22+ OLDEST_SUPPORTED_FIREFOX = 34 # 2014-12-01
23+ OLDEST_SUPPORTED_SAFARI = 90000 # 2015
2424# 10.19.0 is the oldest version of node that we do any testing with.
2525# Keep this in sync with the test-node-compat in .circleci/config.yml.
2626OLDEST_SUPPORTED_NODE = 101900
You can’t perform that action at this time.
0 commit comments