es6 syntax is incompatible with older browsers which are customers do use. Is there a work-around for this.
Hi @bsquareweb,
Thanks for reaching out!
Would you mind sharing test cases on the issue you’re facing? In that way, we can give you an advise of how you can fix it. It is also advisable to share the browser version they are using.
Cheers!
We have had issues reported by users of IE11, Safari, and Edge but have only reproduced the issue in IE11.
In IE11, the console reports a syntax error for this script at “=>”
which is the newer syntax that will never be supported by IE11.
var tco;(()=>{var e={344:()=>{! …
Many of the bugs being reported by others may also be traced to this issue since the syntax error stops JS execution and breaks elements that depend on it. For example, countdown timers, sticky headers, and dynamic layouts.
What is the official minimum browser/version requirements by Pro?
Hello @bsquareweb,
A few months back, we have announced that we will be dropping support to older browsers. You can read it here:
- https://theme.co/content/pro4-3-x8-3-cornerstone5-3#a-word-on-ie11
- https://theme.co/content/pro4-3-x8-3-cornerstone5-3#a-word-on-ie11
The best option is to inform the user to update their browser.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.