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

I believe @annevk's comment was in regard to:

> navigator.connect wants to use ServiceWorkerMessageEvent and ExtendableMessageEvent for cross-origin communication

That's certainly not a v1 issue.

In regards to:

> For that matter is |origin| useful? It would always be your origin as SW must be same-origin.

I think it could be useful for library code that may not know exactly what SW it was invoked in.  If we want to remove it for now, though, we can always add it later.

@matto, did you end up implementing the origin attribute?

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

Received on Thursday, 23 July 2015 18:41:21 UTC