Skip to content

Commit 3319a31

Browse files
authored
Clarify MIN_CHROME_VERSION also applies to modern Edge [NFC] (#18222)
1 parent fe92a1b commit 3319a31

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

site/source/docs/tools_reference/settings_reference.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2441,6 +2441,8 @@ MIN_CHROME_VERSION
24412441

24422442
Specifies the oldest version of Chrome. E.g. pass -sMIN_CHROME_VERSION=58 to
24432443
drop support for Chrome 57 and older.
2444+
This setting also applies to modern Chromium-based Edge, which shares version
2445+
numbers with Chrome.
24442446
Chrome 85 was released on 2020-08-25.
24452447
MAX_INT (0x7FFFFFFF, or -1) specifies that target is not supported.
24462448
Minimum supported value is 32, which was released on 2014-01-04.

src/settings.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1841,6 +1841,8 @@ var MIN_SAFARI_VERSION = 140100;
18411841

18421842
// Specifies the oldest version of Chrome. E.g. pass -sMIN_CHROME_VERSION=58 to
18431843
// drop support for Chrome 57 and older.
1844+
// This setting also applies to modern Chromium-based Edge, which shares version
1845+
// numbers with Chrome.
18441846
// Chrome 85 was released on 2020-08-25.
18451847
// MAX_INT (0x7FFFFFFF, or -1) specifies that target is not supported.
18461848
// Minimum supported value is 32, which was released on 2014-01-04.

0 commit comments

Comments
 (0)