RESOLVED FIXED 171216
Implement messageerror event
https://bugs.webkit.org/show_bug.cgi?id=171216
Summary Implement messageerror event
Anne van Kesteren
Reported 2017-04-24 04:05:25 PDT
Change to HTML: https://github.com/whatwg/html/pull/2530. Change to service workers: https://github.com/w3c/ServiceWorker/pull/1130. Tests: https://github.com/w3c/web-platform-tests/issues/5567. (https://github.com/w3c/web-platform-tests/pull/5003 has more tests as part of SharedArrayBuffer postMessage() integration.)
Attachments
Ben Smith
Comment 1 2017-05-05 15:57:58 PDT
I'm implementing this in Chromium (see intent to implement here: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/Z_XzejHJTrs). It would be useful to know if this is on the radar for WebKit.
Philip Jägenstedt
Comment 2 2021-06-10 06:06:37 PDT
Search for "messageerror" shows that this isn't implemented yet. It is in EventNames.h, but never fired. Unfortunately, these event handler attributes were added, which might confuse feature detection: https://trac.webkit.org/browser/webkit/trunk/Source/WebCore/workers/service/ServiceWorkerContainer.idl?rev=267935#L49 https://trac.webkit.org/browser/webkit/trunk/Source/WebCore/workers/service/ServiceWorkerGlobalScope.idl?rev=267935#L48
Radar WebKit Bug Importer
Comment 3 2022-07-05 14:16:47 PDT
Chris Dumez
Comment 4 2022-11-18 14:52:28 PST
EWS
Comment 5 2022-11-20 15:25:36 PST
Committed 256896@main (5e2beb55a112): <https://commits.webkit.org/256896@main> Reviewed commits have been landed. Closing PR #6654 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.