You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know the workings of whatwg particularly well, but it seems like this change introduced a global unhandledrejection event to the HTML spec: whatwg/html#224
This seems like something that's worth implementing here proactively - it's a super important feature and probably one of the core reasons people end up choosing a "non-spec" Promise implementation like RSVP or Bluebird.
Feel free to close if I'm misunderstanding that proposal!
The text was updated successfully, but these errors were encountered:
I don't know the workings of whatwg particularly well, but it seems like this change introduced a global
unhandledrejection
event to the HTML spec: whatwg/html#224This seems like something that's worth implementing here proactively - it's a super important feature and probably one of the core reasons people end up choosing a "non-spec" Promise implementation like RSVP or Bluebird.
Feel free to close if I'm misunderstanding that proposal!
The text was updated successfully, but these errors were encountered: