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

Add promise rejection tracking events #224

Merged
merged 1 commit into from
Nov 30, 2015
Merged

Commits on Nov 30, 2015

  1. Add promise rejection tracking events

    This new feature uses a pair of events on global scopes, viz. unhandledrejection and rejectionhandled, to allow authors to track unhandled promise rejections. The specification was originally drafted at https://github.com/domenic/unhandled-rejections-browser-spec in collaboration with @jeisinger and @bzbarsky.
    
    This feature depends on tc39/ecma262#76.
    domenic committed Nov 30, 2015
    Configuration menu
    Copy the full SHA
    61ccc05 View commit details
    Browse the repository at this point in the history