-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[browserCapabilities] Opera always gets 'es5-bundled' #640
Comments
Thanks for reporting, a PR would be welcome! :) |
exunreal
added a commit
to exunreal/tools
that referenced
this issue
Aug 16, 2018
Changes browserName of Opera in browserCapabilities
Released in 1.1.2 |
7 tasks
@aomarks Would it be possible to issue a new CLI release to pick this fix up? Users are facing this issue with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I noticed that despite that Opera supports es2015 and push it always loads es5-bunled.
Example: https://shop.polymer-project.org
I found that the reason for that is in browserCapabilities.
In
browser-capabilities.js
there is a part with switch-case:Here
OPR
has to be replaced withOpera
cause ua-parser-js never returns 'OPR' as broserName for any version of Opera.P.S. I've tested on Opera 54.
The text was updated successfully, but these errors were encountered: