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

So we don't want it on the global because that encourages global reasoning rather than event-based reasoning, right? I think that's still applicable.

Perhaps we should just bite the bullet and introduce `ServiceWorkerMessageEvent`/`ClientMessageEvent`. With `ClientMessageEvent` (dispatched inside service workers) inheriting from `ExtendableEvent`.

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

Received on Thursday, 2 April 2015 10:26:32 UTC