- From: Jake Archibald <notifications@github.com>
- Date: Thu, 06 Aug 2020 00:50:11 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 6 August 2020 07:50:24 UTC
@jakearchibald commented on this pull request.
> @@ -814,7 +814,7 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe
</tbody>
</table>
- The first time the <a>context object</a>'s {{ServiceWorkerContainer/onmessage}} IDL attribute is set, its [=ServiceWorkerContainer/client message queue=] *must* be enabled.
+ The first time the {{ServiceWorkerContainer/onmessage}} setter steps are performed, [=this=]'s [=ServiceWorkerContainer/client message queue=] *must* be enabled.
```suggestion
The first time the {{ServiceWorkerContainer/onmessage}} setter steps are performed, enable [=this=]'s [=ServiceWorkerContainer/client message queue=].
```
Unrelated change, but eliminates another `*must*`
--
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/1528#pullrequestreview-462267487
Received on Thursday, 6 August 2020 07:50:24 UTC