Error in IE11
See original GitHub issueWhat
Possible bug with Object polyfills in IE11 (or maybe just poor configuration on our side?)
Details
I’ve just replaced using babel-polyfill
in our webpack setup with including the script https://polyfill.js?flags=gated&features=default,es5,es6,es7,CustomEvent,IntersectionObserver
in our head.
Sadly we seem to get an error in IE11. All other browser seem good.
Any ideas?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:12 (1 by maintainers)
Top Results From Across the Web
Script errors in Internet Explorer - Browsers - Microsoft Learn
A script error occurs in Internet Explorer, the webpage cannot be displayed correctly and you receive an error message.
Read more >How to Fix 'Long-Running Script' Error on IE 11 - Appuals.com
Method 2: Disabling Script Debugging · Open Internet Explorer 11 and click on the gears icon (top-right corner of the screen). · From...
Read more >Error in IE 11 browser - EXCEPTION: Object doesn't support ...
11 it shows error as error comes in IE 11 DEVELOPER TOOLS. The error shows up in developer tools of the IE 11....
Read more >sindresorhus/query-string - Syntax error on IE11 in ver ^6.0
I am using webpack and upgrading this library to latest version (as of now ver 6.8.1) is giving me Syntax Error in IE11...
Read more >How to Fix This page can't be displayed Error in IE 11 [Solved]
Solutions for This page can't be displayed Error in IE 10 / IE11 · Check If Internet is Working · Website Down or...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@JakeChampion We think it happens when you use the spread operator with
false
like so:{ ...false }
I think this is supported by the spec, but I’m not sure
duplicate of https://github.com/Financial-Times/polyfill-library/issues/115