- From: Jake Archibald <notifications@github.com>
- Date: Fri, 11 Sep 2020 01:32:06 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 11 September 2020 08:32:18 UTC
@jakearchibald commented on this pull request. > @@ -1590,25 +1588,33 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe 1. Let |done| be false. 1. Let |potentialResponse| be a copy of |response|'s associated [=Response/response=], except for its [=response/body=]. 1. If |response|'s [=response/body=] is non-null, run these substeps: - 1. Let |reader| be the result of [=get a reader|getting a reader=] from |response|'s [=response/body=]'s [=stream=]. + 1. Let |reader| be the result of [=ReadableStream/getting a reader=] from |response|'s [=response/body=]'s [=stream=]. + 1. Let |pullAlgorithm| be an action that runs these subsubsteps: ```suggestion 1. Let |pullAlgorithm| be an action that runs these steps: ``` I'll remove all other uses of substeps in another PR. -- 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/1533#pullrequestreview-486588892
Received on Friday, 11 September 2020 08:32:18 UTC