@@ -4258,7 +4258,7 @@ steps:
4258
4258
<p> If <var> request</var> 's <a for=request>integrity metadata</a> is not the empty string, then:
4259
4259
4260
4260
<ol>
4261
- <li><p> Let <var> processBodyError</var> be this step: run <a>fetch finale </a> given
4261
+ <li><p> Let <var> processBodyError</var> be this step: run <a>fetch response handover </a> given
4262
4262
<var> fetchParams</var> and a <a>network error</a> .
4263
4263
4264
4264
<li><p> If <var> request</var> 's <a for=request>response tainting</a> is "<code> opaque</code> " or
@@ -4276,20 +4276,21 @@ steps:
4276
4276
<li><p> Set <var> response</var> 's <a for=response>body</a> to the first return value of
4277
4277
<a for=BodyInit>safely extracting</a> <var> bytes</var> .
4278
4278
4279
- <li><p> Run <a>fetch finale </a> given <var> fetchParams</var> and <var> response</var> .
4279
+ <li><p> Run <a>fetch response handover </a> given <var> fetchParams</var> and <var> response</var> .
4280
4280
</ol>
4281
4281
4282
4282
<li><p> <a for=body>Fully read</a> <var> response</var> 's <a for=response>body</a> given
4283
4283
<var> processBody</var> and <var> processBodyError</var> .
4284
4284
</ol>
4285
4285
4286
- <li><p> Otherwise, run <a>fetch finale</a> given <var> fetchParams</var> and <var> response</var> .
4286
+ <li><p> Otherwise, run <a>fetch response handover</a> given <var> fetchParams</var> and
4287
+ <var> response</var> .
4287
4288
</ol>
4288
4289
4289
4290
<hr>
4290
4291
4291
- <p> The <dfn>fetch finale </dfn> , given a <a for=/>fetch params</a> <var> fetchParams </var> and a
4292
- <a for=/>response</a> <var> response</var> , run these steps:
4292
+ <p> The <dfn id=fetch-finale >fetch response handover </dfn> , given a <a for=/>fetch params</a>
4293
+ <var> fetchParams </var> and a < a for=/>response</a> <var> response</var> , run these steps:
4293
4294
4294
4295
<ol>
4295
4296
<li>
0 commit comments