Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eplorer compatibility #54

Closed
francesco-incomedia opened this issue Jul 3, 2018 · 3 comments
Closed

Eplorer compatibility #54

francesco-incomedia opened this issue Jul 3, 2018 · 3 comments

Comments

@francesco-incomedia
Copy link
Contributor

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
Copy link
Owner

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
Copy link
Contributor Author

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

@coderitual
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants