- From: Jake Archibald <notifications@github.com>
- Date: Fri, 09 Feb 2018 14:45:21 +0000 (UTC)
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 9 February 2018 14:45:47 UTC
jakearchibald commented on this pull request. > @@ -1028,7 +1028,7 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe The <dfn method for="Client"><code>postMessage(|message|, |transfer|)</code></dfn> method *must* run these steps: 1. Let |sourceSettings| be the <a>context object</a>'s <a>relevant settings object</a>. - 1. Let |destination| be the {{ServiceWorkerContainer}} object whose [=ServiceWorkerContainer/service worker client=] is the <a>context object</a>'s [=Client/service worker client=]. + 1. Let |destination| be the {{ServiceWorkerContainer}} object whose [=ServiceWorkerContainer/service worker client=] is the <a>context object</a>'s [=Client/service worker client=], if any; otherwise let it be null. I think ", or null if no match is found" would be clearer. -- 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/pull/1274#pullrequestreview-95440784
Received on Friday, 9 February 2018 14:45:47 UTC