Bug 171417

Summary: Support PromiseRejectionEvent (onunhandledrejection) in Workers
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: WebCore JavaScriptAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: joepeck, ysuzuki
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=150358
Attachments:
Description Flags
[PATCH] Work in Progress none

Joseph Pecoraro
Reported 2017-04-27 20:12:24 PDT
Support PromiseRejectionEvent (onunhandledrejection) in Workers
Attachments
[PATCH] Work in Progress (12.52 KB, patch)
2017-04-27 20:14 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2017-04-27 20:14:15 PDT
Created attachment 308493 [details] [PATCH] Work in Progress So I don't lose it, attached was my work in progress. There was a tricky bit about clearing the WeakGCMap before Worker destruction because we'd need to eagerly unregister the WeakGCMap.
Note You need to log in before you can comment on or make changes to this bug.