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

does not work in IE11 #107

Open
thedimm opened this issue Dec 17, 2018 · 9 comments
Open

does not work in IE11 #107

thedimm opened this issue Dec 17, 2018 · 9 comments

Comments

@thedimm
Copy link

thedimm commented Dec 17, 2018

syntax errors in IE

@hbi99
Copy link
Owner

hbi99 commented Dec 17, 2018

Which version?

@thedimm
Copy link
Author

thedimm commented Dec 17, 2018

Latest v2.1.2
Tried defiant.js and defiant.min.js and I got syntax error in IE when I include them. OK in Chrome.

@hbi99
Copy link
Owner

hbi99 commented Dec 17, 2018

I mean which version of IE :-)

@thedimm
Copy link
Author

thedimm commented Dec 17, 2018

Sorry :)
IE 11.0.9600

@namnguyen2091
Copy link

the same with me

@thedimm thedimm changed the title does not work! does not work in IE11 Dec 18, 2018
@designbymichael
Copy link

The specific error occurring in IE11 (I have the issue in 11.0.9600):
SCRIPT1046: "Multiple definitions of a property not allowed in strict mode"
File: defiant.minjs, Line: 6; Column 4764

@designbymichael
Copy link

When I dive a bit deeper, it looks like IE is throwing security errors with this line (759 in defiant.js):
worker = new Worker(url.createObjectURL(blob));

I've seen conversations about this issue in other scripts, too, like leaflet.js:
Leaflet/Leaflet.VectorGrid#58

@dkachele
Copy link

I'm also seeing errors in IE 11:
Object doesn't support property or method 'selectNodes'

@hbi99
Copy link
Owner

hbi99 commented May 19, 2019

@designbymichael
I encountered a problem with Web Workers in IE.
This seems to be a known issue as well and I haven't been able to come up with a solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants