1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 06:38:07 +02:00

Merge pull request #18822 from Snuffleupagus/Chrome-103

[api-minor] Update the minimum supported Google Chrome version to 103
This commit is contained in:
Jonas Jenwald 2024-10-01 10:12:57 +02:00 committed by GitHub
commit 783facb312
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,7 +81,7 @@ const config = JSON.parse(fs.readFileSync(CONFIG_FILE).toString());
const ENV_TARGETS = [
"last 2 versions",
"Chrome >= 98",
"Chrome >= 103",
"Firefox ESR",
"Safari >= 16.4",
"Node >= 18",