- From: Noam Rosenthal <notifications@github.com>
- Date: Fri, 19 Nov 2021 04:57:28 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 19 November 2021 12:57:40 UTC
@noamr commented on this pull request. > @@ -4419,7 +4452,9 @@ these steps: given <var>fetchParams</var>'s <a for="fetch params">cross-origin isolated capability</a>. <li><p>Set <var>response</var> to the result of invoking <a for=/>handle fetch</a> for - <var>requestForServiceWorker</var>. [[!HTML]] [[!SW]] + <var>requestForServiceWorker</var>, with <var>fetchParams</var>'s + <a for="fetch params">cross-origin isolated capability</a> and <var>fetchParams</var>'s + <a for="fetch params">controller</a>. [[!HTML]] [[!SW]] Actually I think it should be `request`, `controller` and `capability`. Request is the direct thing being passed, and the other two are more like context. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1329#discussion_r753168941
Received on Friday, 19 November 2021 12:57:40 UTC