Skip to content

Commit

Permalink
Clarify MIN_CHROME_VERSION also applies to modern Edge [NFC] (#18222)
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken authored Feb 21, 2024
1 parent fe92a1b commit 3319a31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/source/docs/tools_reference/settings_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2441,6 +2441,8 @@ MIN_CHROME_VERSION

Specifies the oldest version of Chrome. E.g. pass -sMIN_CHROME_VERSION=58 to
drop support for Chrome 57 and older.
This setting also applies to modern Chromium-based Edge, which shares version
numbers with Chrome.
Chrome 85 was released on 2020-08-25.
MAX_INT (0x7FFFFFFF, or -1) specifies that target is not supported.
Minimum supported value is 32, which was released on 2014-01-04.
Expand Down
2 changes: 2 additions & 0 deletions src/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -1841,6 +1841,8 @@ var MIN_SAFARI_VERSION = 140100;

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

0 comments on commit 3319a31

Please sign in to comment.