We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using velocity throws a Reference Error Promise is undefined. Supporting IE probably requires a polyfill.
Promise is undefined
https://codepen.io/anon/pen/jKNaqg
The text was updated successfully, but these errors were encountered:
IE does require a polyfill for Promise, but it should work without an error (just result in not having any promises).
Sorry, something went wrong.
adca00e
Grab Promise in a try/catch Fixes #875
5fd16ef
Successfully merging a pull request may close this issue.
Your system information
Using velocity throws a Reference Error
Promise is undefined
.Supporting IE probably requires a polyfill.
JSFiddle example showing issue in action (code):
https://codepen.io/anon/pen/jKNaqg
The text was updated successfully, but these errors were encountered: