-
Notifications
You must be signed in to change notification settings - Fork 90
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
IE11 parse erroe with standalone.js #61
Comments
It's supposed to be supported by IE11. Unfortunately I didn't introduce the standalone build, so I've never used it myself. Feel free to PR any fix needed! |
Hi @egeriis Luckily with microsoft edge the library is working. This gives me some time to look at the problem. Asap i know something i'll make a pr. Thanks |
Not sure if this is related, but I was getting a syntax error that pointed to: "var oh = e => e.filename". That seemed to cause an error that prevented other JS (specifically, Highcharts) from working in IE 11, but was fine in Edge and other browsers. |
Running into this issue too. I think the standalone JS build needs to be run through a tool such as Babel to transform the code into something that is "IE friendly". I'm seeing modern JS features such as const and arrow functions that aren't supported in IE. Edit: Just noticed that this is stated in the docs "you are responsible for transpiling zipcelx for whatever target is relevant for your app" |
Hi all. I'm trying to use the standalone version, but when I try to use it with ie11 tell me that an error occurred parsing the file.
Do you know if there are any problem with this browser?
The text was updated successfully, but these errors were encountered: