[w3c/ServiceWorker] SW spec associates Client objects with browsing context in a couple places (#1083)

A Client is defined to reference an environment or environment settings object here:

https://w3c.github.io/ServiceWorker/#dfn-service-worker-client

But the spec associates the Client with a browsing context in a couple places still:

* Step 10.5 of https://w3c.github.io/ServiceWorker/#service-worker-postmessage
* `clients` comment in https://w3c.github.io/ServiceWorker/#serviceworkerglobalscope-interface

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

Received on Tuesday, 28 February 2017 15:12:39 UTC