[ServiceWorker] ServiceWorkerMessageEvent.origin spec text is confusing (#859)

The ServiceWorkerMessageEvent.origin attribute is currently spec'd as:

> The origin attribute must return the value it was initialized to. When the object is created, this attribute must be initialized to the empty string. It represents the origin of the service worker’s environment settings object from which the message is sent.

Which is it, the empty string or the actual origin of the environment settings object?

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

Received on Monday, 28 March 2016 15:08:25 UTC