RESOLVED FIXED291775
[WebGPU] device.onuncapturederror = ... does not work
https://bugs.webkit.org/show_bug.cgi?id=291775
Summary [WebGPU] device.onuncapturederror = ... does not work
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.