Re: [ServiceWorker] Clients & postMessage (#609)

Just to inform implementation, do we have thoughts (to pass on to @Hixie) about updating the IDL definition for `MessageEvent`'s `source`?

Currently it is `(WindowProxy or MessagePort)?`; Chrome's implementation has it as `EventTarget?` and we were planning to do something hacky until the HTML spec was clarified here.

(The spec for `BroadcastChannel` appears to leave `source` unset for messages.)

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

Received on Tuesday, 17 February 2015 23:25:08 UTC