NEW 239902
GPUUncapturedErrorEvent implementation seems wrong
https://bugs.webkit.org/show_bug.cgi?id=239902
Summary GPUUncapturedErrorEvent implementation seems wrong
Chris Dumez
Reported 2022-04-29 09:11:45 PDT
GPUUncapturedErrorEvent looks wrong. It is an Event subclass but it doesn't pass any information to its Base class constructor. At the very least, it should be passing the event type instead of storing it as its own data member. Pretty sure event.type would be wrong for such event on JS side. Please other Event subclasses for examples.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-05-06 09:12:12 PDT
Note You need to log in before you can comment on or make changes to this bug.