Re: [w3c/ServiceWorker] Updating use of promises (#1467)

mattto approved this pull request.



> @@ -1862,7 +1862,7 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe
 
         1. Let |requests| be an array containing only |request|.
         1. Let |responseArrayPromise| be the result of running the algorithm specified in {{Cache/addAll(requests)}} passing |requests| as the argument.
-        1. Return the result of [=upon settling|transforming=] |responseArrayPromise| with a fulfillment handler that returns undefined.
+        1. Return the result of [=promise/reacting=] to |responseArrayPromise| with a fulfillment handler that returns undefined.

The GitHub preview doesn't show this hyperlinked, is it just because it's hasn't caught up to the latest WebIDL change?

-- 
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/1467#pullrequestreview-283975136

Received on Thursday, 5 September 2019 01:15:03 UTC