-
Notifications
You must be signed in to change notification settings - Fork 81
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
Javascript compatibility problem #390
Comments
Also default parameters in functions is a problem with Microsoft Internet Exploere (IE) https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Default_parameters#Browser_compatibility Solutions:
|
To my surprise Konqueror works in version 5.0.97. |
I think we should either decide on whether we want to use resources to support IE at the this time. And also document which browsers we want to test/support. (I'll also run into this with the code I am writing). My suggestion is at least to test in Safari, Firefox and a Chromium-based browser. And to test on tablet and mobile as well as on desktop. As a part of #785, I'll document which browsers we target/support. @fnielsen what do you think? (Google Chrome, Microsoft Edge, Samsung Internet, Opera, Brave, etc. are all using the Chromium rendering engine. I do not know if we need to support IE – it has gone below 1% browser market share worldwide and requires much more work than the others, – as it does not implement recent standards). |
IE 10 and 11 do not support backtick.
The text was updated successfully, but these errors were encountered: