Skip to content

Commit 08ac69d

Browse files
stepankuzmingithub-actions[bot]
authored andcommitted
Explicitly state minimum supported browser versions in browserslist (internal-9502)
GitOrigin-RevId: 44561d60ad2348e598ae91db98954ee725bcc903
1 parent 6f951d3 commit 08ac69d

1 file changed

Lines changed: 23 additions & 7 deletions

File tree

.browserslistrc

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
1-
>0.2%,
2-
not dead,
3-
not op_mini all,
4-
not chrome < 56,
5-
not safari < 15,
6-
not android < 56,
7-
not ios < 15
1+
# Mapbox GL JS - Supported Browsers
2+
# ==================================
3+
# Static list based on required features:
4+
# - WebGL 2
5+
# - Worker type:'module'
6+
# - Promise.allSettled
7+
# - async/await
8+
#
9+
# Browser | Limiting Feature | Min
10+
# ---------------|-----------------------|----
11+
# Chrome | Worker type:'module' | 80
12+
# Safari | WebGL 2 | 15
13+
# Firefox | Worker type:'module' | 114
14+
# Edge | Worker type:'module' | 80
15+
# Chrome Android | Worker type:'module' | 80
16+
# iOS Safari | WebGL 2 | 15
17+
18+
chrome >= 80
19+
safari >= 15
20+
firefox >= 114
21+
edge >= 80
22+
and_chr >= 80
23+
ios_saf >= 15

0 commit comments

Comments
 (0)