WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
291775
[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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2025-04-18 15:19:51 PDT
<
rdar://problem/149577124
>
Mike Wyrzykowski
Comment 2
2025-04-18 15:21:50 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/44273
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.
Top of Page
Format For Printing
XML
Clone This Bug