This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
unhandledrejection
even is not fired
#621
Comments
I'll add it when promise has unhandledrejection. such spec doesn't exist in Promise A+ spec current version, it seems promise A+ is making the spec of unhandledrejection now, hope it will be compatible with MDN's definition. |
Thanks @JiaLiPassion , FWIW, it is already supported by chrome since version 49 |
@jahtalab, you are welcome, I'll make a PR and test it in chrome. |
JiaLiPassion
added a commit
to JiaLiPassion/zone.js
that referenced
this issue
Feb 7, 2017
…nore consoleError
JiaLiPassion
added a commit
to JiaLiPassion/zone.js
that referenced
this issue
Feb 7, 2017
…nore consoleError
mhevery
pushed a commit
that referenced
this issue
Feb 8, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
According to MDN
unhandledrejection
event should be fired if the promise rejection is unhandledThe text was updated successfully, but these errors were encountered: