Skip to content

Commit a8f38d6

Browse files
Workaround for Opera Mobile 73 compatibility data
Opera Mobile has relaunched for Android using Chromium but the compatibility data still thinks lots of features are unsupported: ``` The es-shims polyfill added the following polyfills: Array.prototype.every { "opera_mobile":"73" } Array.prototype.indexOf { "opera_mobile":"73" } Array.prototype.keys { "opera_mobile":"73" } Date.now { "opera_mobile":"73" } Function.prototype.name { "opera_mobile":"73" } Object.entries { "opera_mobile":"73" } String.prototype.split { "opera_mobile":"73" } String.prototype.trim { "opera_mobile":"73" } ``` See related issues: browserslist/browserslist#766 babel/babel#15711
1 parent f9ad3a9 commit a8f38d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/govuk-frontend/.browserslistrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
[javascripts]
55
supports es6-module
6+
not OperaMobile > 0
67

78
[stylesheets]
89
> 0.1% in GB and not dead

0 commit comments

Comments
 (0)