File tree 1 file changed +6
-2
lines changed 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3804,14 +3804,18 @@ these steps:
3804
3804
<p> If <var> request</var> 's <a>service-workers mode</a> is "<code> all</code> ", then:
3805
3805
3806
3806
<ol>
3807
+ <li><p> Let <var> requestForServiceWorker</var> be a <a for=request>clone</a> of
3808
+ <var> request</var> .
3809
+
3807
3810
<li><p> Set <var> response</var> to the result of invoking <a for=/>handle fetch</a> for
3808
- <var> request </var> . [[!HTML]] [[!SW]]
3811
+ <var> requestForServiceWorker </var> . [[!HTML]] [[!SW]]
3809
3812
3810
3813
<li>
3811
3814
<p> If <var> response</var> is not null, then:
3812
3815
3813
3816
<ol>
3814
- <li><p> <a>Transmit request body</a> given <var> fetchParams</var> .
3817
+ <li> If <var> request</var> 's <a for=request>body</a> is non-null, then
3818
+ <a for=ReadableStream>cancel</a> <var> request</var> 's <a for=request>body</a> with undefined.
3815
3819
3816
3820
<li><p> Set <var> actualResponse</var> to <var> response</var> , if <var> response</var> is not a
3817
3821
<a>filtered response</a> , and to <var> response</var> 's
You can’t perform that action at this time.
0 commit comments