Polyfill-service: IE11 broke

Created on 13 Jan 2018  路  9Comments  路  Source: Financial-Times/polyfill-service

Most helpful comment

This is now live in production on https://polyfill.io.

All 9 comments

can you estimate when the committed fix for this issue will be on production?
Thanks :)

Middle of next week 馃憤

Is there a workaround for this? Because this breaks our page completely down in IE 11.

Just download the file in IE11 and wrap the problem bit in a try catch block

@AchimKre Yes, if you add &excludes=Object.assign to the end of your polyfill.io script url, that will fix the issue.

@JakeChampion Thx for your hint, but it does not work for us. It seems an other polyfill needs Object.assign and only excludes=Object.assign runs into an other javascript error.

We added the polyfill Object.assign polyfill from [1] inline before include https://cdn.polyfill.io/v2/polyfill.min.js?excludes=Object.assign

That seems to work.

[1] https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign

Hi @kohesion, @LOK-Soft, @AchimKre, @Turbo87, @tolgabalci, @bthibault, @gavinlove. If you could please test out https://qa.polyfill.io, it contains the fix, once proven to work I can put it into production.

This is now live in production on https://polyfill.io.

It works. Thank you!

Was this page helpful?
0 / 5 - 0 ratings