Skip to content
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

Not loading in IE11 #33

Closed
JohnLGI opened this issue Sep 16, 2016 · 1 comment
Closed

Not loading in IE11 #33

JohnLGI opened this issue Sep 16, 2016 · 1 comment
Labels

Comments

@JohnLGI
Copy link

JohnLGI commented Sep 16, 2016

I'm using linq-es2-15 2.4.9 and Angular2 2.0.0. Linq works fine in Chrome and Firefox, but it won't even load in IE11. Any idea what the problem might be?

Thanks,
John

From the IE console:
Error: SyntaxError: Expected identifier
at ZoneDelegate.prototype.invoke (http://localhost:54040/node_modules/zone.js/dist/zone.js:190:13)
at Zone.prototype.run (http://localhost:54040/node_modules/zone.js/dist/zone.js:85:17)
at Anonymous function (http://localhost:54040/node_modules/zone.js/dist/zone.js:451:17)
at ZoneDelegate.prototype.invokeTask (http://localhost:54040/node_modules/zone.js/dist/zone.js:223:17)
at Zone.prototype.runTask (http://localhost:54040/node_modules/zone.js/dist/zone.js:125:21)
at drainMicroTaskQueue (http://localhost:54040/node_modules/zone.js/dist/zone.js:357:25)
Evaluating http://localhost:54040/node_modules/linq-es2015/dist/linq.js
Error loading http://localhost:54040/node_modules/linq-es2015/dist/linq.js as "linq-es2015" from http://localhost:54040/app/fc/fc.component.js

@ENikS ENikS added the question label Sep 16, 2016
@ENikS
Copy link
Owner

ENikS commented Sep 16, 2016

IE does not implement EcmaScript-2015 specification and does not provide all the features required by linq-es2015.
You could use linq-es5 in IE with no code changes. These two packages implement exactly the same API but with two different technologies.

You could try adding appropriate shim for the missing features but I personally did not test any of these and can not comment on which one works best.

@ENikS ENikS closed this as completed Sep 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants