[webkit-reviews] review requested: [Bug 150358] Support for promise rejection events (unhandledrejection) : [Attachment 307690] [PATCH] Proposed Fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 20 21:04:40 PDT 2017


Joseph Pecoraro <joepeck at webkit.org> has asked	for review:
Bug 150358: Support for promise rejection events (unhandledrejection)
https://bugs.webkit.org/show_bug.cgi?id=150358

Attachment 307690: [PATCH] Proposed Fix

https://bugs.webkit.org/attachment.cgi?id=307690&action=review




--- Comment #141 from Joseph Pecoraro <joepeck at webkit.org> ---
Created attachment 307690

  --> https://bugs.webkit.org/attachment.cgi?id=307690&action=review

[PATCH] Proposed Fix

First reviewable patch.

Things left for follow-ups:

  • Worker Support
    - workers process microtasks differently, I have a WIP
  • Promise<T> binding auto conversions
    - affects only PromiseRejectionEvent construction right now
  • Muting of Errors
    - This is mostly a feature of onerror


More information about the webkit-reviews mailing list