File tree 2 files changed +4
-0
lines changed
site/source/docs/tools_reference 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -2441,6 +2441,8 @@ MIN_CHROME_VERSION
2441
2441
2442
2442
Specifies the oldest version of Chrome. E.g. pass -sMIN_CHROME_VERSION=58 to
2443
2443
drop support for Chrome 57 and older.
2444
+ This setting also applies to modern Chromium-based Edge, which shares version
2445
+ numbers with Chrome.
2444
2446
Chrome 85 was released on 2020-08-25.
2445
2447
MAX_INT (0x7FFFFFFF, or -1) specifies that target is not supported.
2446
2448
Minimum supported value is 32, which was released on 2014-01-04.
Original file line number Diff line number Diff line change @@ -1841,6 +1841,8 @@ var MIN_SAFARI_VERSION = 140100;
1841
1841
1842
1842
// Specifies the oldest version of Chrome. E.g. pass -sMIN_CHROME_VERSION=58 to
1843
1843
// drop support for Chrome 57 and older.
1844
+ // This setting also applies to modern Chromium-based Edge, which shares version
1845
+ // numbers with Chrome.
1844
1846
// Chrome 85 was released on 2020-08-25.
1845
1847
// MAX_INT (0x7FFFFFFF, or -1) specifies that target is not supported.
1846
1848
// Minimum supported value is 32, which was released on 2014-01-04.
You can’t perform that action at this time.
0 commit comments