diff --git a/.browserslistrc b/.browserslistrc index 0feebd75550a..9c291ab0d13c 100644 --- a/.browserslistrc +++ b/.browserslistrc @@ -4,7 +4,7 @@ # - 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 @@ -12,7 +12,7 @@ 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 @@ -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). # @@ -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