Re: [ServiceWorker] MessageEvent within the SW global should have waitUntil() (#669)

Addressed: cc117a08a2707b45d732e9c00631a12f1f52342f.

I tried to name it `ExtendableMessageEvent` rather than `ClientMessageEvent` as the message events sent by `ServiceWorker.postMessage()` include service worker to service worker communication (e.g. installing worker to active worker). I feel it sounds intuitive too. For the messages sent by `Client.postMessage()`, I just used `ServiceWorkerMessageEvent`. Any better name for this interface?

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/669#issuecomment-99457243

Received on Wednesday, 6 May 2015 13:23:48 UTC