NEW 279307
Make `EventListener` callback interface
https://bugs.webkit.org/show_bug.cgi?id=279307
Summary Make `EventListener` callback interface
Ahmad Saleem
Reported 2024-09-07 16:48:06 PDT
Hi Team, While looking into EventListener.idl, I noticed that it is not aligned with web specification to be 'callback' interface and have FIXME as well. Just raising this bug so we can track it. WebKit Source: https://github.com/WebKit/WebKit/blob/ef698474cd352fc1cf742a19c0e9df8da4f52f56/Source/WebCore/dom/EventListener.idl#L22 Web Standard: https://dom.spec.whatwg.org/#callbackdef-eventlistener __ NOTE - just copy pasting makes it compiles with `--release` but I don't know if it is correct way to fix or not and whether we have any WPT test coverage for it or not. Just raising for time being. Thanks!
Attachments
Radar WebKit Bug Importer
Comment 1 2024-09-14 16:49:11 PDT
Note You need to log in before you can comment on or make changes to this bug.