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 -> Promise not defined #12

Closed
thomasvaeth opened this issue Sep 27, 2016 · 1 comment
Closed

IE -> Promise not defined #12

thomasvaeth opened this issue Sep 27, 2016 · 1 comment

Comments

@thomasvaeth
Copy link

I tried this on IE and it is giving a console error of Promise not defined. I only tried on IE 10 and 11. It is working on every other browser though.

@camsong
Copy link
Owner

camsong commented Sep 27, 2016

Good catch, you need to run require('es6-promise').polyfill(); in the beginning of your code

https://github.com/camsong/fetch-jsonp#promise-polyfill-for-ie

@camsong camsong closed this as completed Sep 27, 2016
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