Skip to content

Commit

Permalink
Use at or above for utilization (no change to browsers currently)
Browse files Browse the repository at this point in the history
  • Loading branch information
steverep committed Jul 24, 2023
1 parent 848287a commit cbae810
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
# - last 2 released + current alpha/beta versionss of all major browsers
# - Firefox extended support release (ESR)
# - released in the last year
# - browsers with global utilization above 0.5%
# - with global utilization at or above 0.5%
# - must support dynamic import of ES modules
# - exclude browsers no longer being maintained
# - exclude KaiOS, QQ, and UC browsers due to lack of sufficient feature support data
unreleased versions
last 2 versions
Firefox ESR
last 1 year
> 0.5% and supports es6-module-dynamic-import
>= 0.5% and supports es6-module-dynamic-import
not dead
not KaiOS > 0
not QQAndroid > 0
Expand All @@ -21,7 +21,7 @@ not UCAndroid > 0
[legacy]
# Legacy builds are served when modern requirements are not met and support browsers:
# - released in the last 7 years + current alpha/beta versionss
# - with global utilization above 0.05%
# - with global utilization at or above 0.05%
# The lattermost query ensures that support for popular old browsers is not dropped too early
# (e.g. IE 11, Android 4.4, or Samsung 4).
#
Expand All @@ -35,4 +35,4 @@ not UCAndroid > 0
# As of May 2023, only web sockets must be added to the query.
unreleased versions
last 7 years
> 0.05% and supports websockets
>= 0.05% and supports websockets

0 comments on commit cbae810

Please sign in to comment.