- From: Jake Archibald <notifications@github.com>
 - Date: Mon, 02 Sep 2019 01:53:49 -0700
 - To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
 - Cc: Subscribed <subscribed@noreply.github.com>
 
Received on Monday, 2 September 2019 08:54:11 UTC
jakearchibald commented on this pull request.
> @@ -1903,7 +1903,7 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe
                     Note: The cache commit is allowed when the response's body is fully received.
 
             1. Add |responsePromise| to |responsePromises|.
-        1. Let |p| be [=waiting for all=] of |responsePromises|.
+        1. Let |p| be [=get a promise for waiting for all=] of |responsePromises|.
https://heycam.github.io/webidl/#ref-for-wait-for-all - the correct text is "get a promise to wait for all". Filed https://github.com/heycam/webidl/issues/787 as this is pretty confusing/misleading.
-- 
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/1463#discussion_r319864312
Received on Monday, 2 September 2019 08:54:11 UTC