Re: [ServiceWorker] Make FetchEvent.prototype.client nullable (#631)

What is an empty environment settings object? And what does that mean for `client`?

> Although the client environment for this requested resource (client request) has not been created, shouldn't FetchEvent.prototype.client return a Client object that represents the event's request's client?

How does that work? What does `postMessage()` do? (I see in the specification you have linked `postMessage()` to the definition for window's `postMessage()`. That's bogus. You need to define it yourself.

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

Received on Tuesday, 24 February 2015 07:59:40 UTC