Skip to content

Commit

Permalink
Pass controller to SW
Browse files Browse the repository at this point in the history
  • Loading branch information
noamr committed Nov 17, 2021
1 parent ca80e94 commit fccc4d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4452,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]]

<li>
<p>If <var>response</var> is not null, then:
Expand Down

0 comments on commit fccc4d2

Please sign in to comment.