Bug 291775

Summary: [WebGPU] device.onuncapturederror = ... does not work
Product: WebKit Reporter: Mike Wyrzykowski <mwyrzykowski>
Component: WebGPUAssignee: Mike Wyrzykowski <mwyrzykowski>
Status: RESOLVED FIXED    
Severity: Normal CC: mwyrzykowski, tzagallo, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Mike Wyrzykowski
Reported 2025-04-18 15:19:38 PDT
``` device.addEventListener('uncapturederror', (ev) => { ``` works while: ``` device.onuncapturederror = (ev) => { ``` does not
Attachments
Radar WebKit Bug Importer
Comment 1 2025-04-18 15:19:51 PDT
Mike Wyrzykowski
Comment 2 2025-04-18 15:21:50 PDT
EWS
Comment 3 2026-04-26 10:16:11 PDT
Committed 312043@main (689ebe5973ba): <https://commits.webkit.org/312043@main> Reviewed commits have been landed. Closing PR #44273 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.