Michael Tangen
Results
2
comments of
Michael Tangen
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
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...