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
new Promise(function(){throw 'test ex'});
I test it in ie9 Emulation. But no error throw. Maybe a error can be throwed this way:
// some things bad happen, catched in `ex` // now throw it setTimeout(function(){throw ex},0);
I try to find where to insert these. But it's a little complex. Lots of callback >_<.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I test it in ie9 Emulation. But no error throw.
Maybe a error can be throwed this way:
I try to find where to insert these. But it's a little complex. Lots of callback >_<.
The text was updated successfully, but these errors were encountered: