coderitual/bounty

Eplorer compatibility

francesco-incomedia opened this issue · 3 comments

Hi,
is there a way to have Internet Explorer compatibility?

On IE 11 there is the following JS error:

SCRIPT438: Object doesn't support property or method 'from'
bounty.js (1,824)

Thanks

I suppose it comes from Array.from which is not present in IE11. Try to add pollyfill https://developer.mozilla.org/pl/docs/Web/JavaScript/Referencje/Obiekty/Array/from or if this is bigger project you are working on you may use babel-polyfill in your build step.

Thanks, it works in both modes!
Unfortunatly text-shadow on IE 11 is lost :(

no problem. I think IE 11 support is kind of limited :/