Eplorer compatibility
francesco-incomedia opened this issue · 3 comments
francesco-incomedia commented
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
coderitual commented
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.
francesco-incomedia commented
Thanks, it works in both modes!
Unfortunatly text-shadow on IE 11 is lost :(
coderitual commented
no problem. I think IE 11 support is kind of limited :/