[w3c/ServiceWorker] messageerror event should use ExtendableMessageEvent (#1193)

Spec says:

> If this throws an exception, catch it, fire an event named messageerror at destination, using MessageEvent, with the origin attribute initialized to origin and the source attribute initialized to source, and then abort these steps.

but MessageEvent.source cannot contain the source if it is a Client. We should probably use ExtendableMessageEvent instead.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1193

Received on Tuesday, 12 September 2017 15:30:25 UTC