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

IE compatibility #14

Open
uprise10 opened this issue Apr 18, 2017 · 3 comments
Open

IE compatibility #14

uprise10 opened this issue Apr 18, 2017 · 3 comments

Comments

@uprise10
Copy link

Due to use of ES6 the current script is not working in Internet Explorer. Are you considering adding something like Babel or anything else to make this also work in IE?

@neverything
Copy link

@uprise10 in a fork I'm working on, I added Babel for transpiling the js, but will also add polyfills for Promise and Fetch in the near future, so it works in IE11 and Safari 10: https://github.com/neverything/huh-wp-docs/issues/1

@uprise10
Copy link
Author

uprise10 commented May 8, 2017

@neverything Awesome! I already tried it to compile with Babel, and that worked for the arrow fucntions, but didn't get the Polyfill thing working yet.

I'll watch your fork, and if I have some time to play with it and have an update about it, I'll post it.

@neverything
Copy link

@uprise10 cool! Yep took me a while to figure out that Babel only transpiles let, const and the => functions, but that I'll need to use an additional polyfill to use fetch, and Promise. Will try to keep this issue up to date when I get a working solution.

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