Skip to content

Commit 3a65729

Browse files
authored
Editorial: rename 'fetch finale' to 'fetch response handover'
Closes #1419.
1 parent 92b3578 commit 3a65729

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

fetch.bs

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4258,7 +4258,7 @@ steps:
42584258
<p>If <var>request</var>'s <a for=request>integrity metadata</a> is not the empty string, then:
42594259

42604260
<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
42624262
<var>fetchParams</var> and a <a>network error</a>.
42634263

42644264
<li><p>If <var>request</var>'s <a for=request>response tainting</a> is "<code>opaque</code>" or
@@ -4276,20 +4276,21 @@ steps:
42764276
<li><p>Set <var>response</var>'s <a for=response>body</a> to the first return value of
42774277
<a for=BodyInit>safely extracting</a> <var>bytes</var>.
42784278

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>.
42804280
</ol>
42814281

42824282
<li><p><a for=body>Fully read</a> <var>response</var>'s <a for=response>body</a> given
42834283
<var>processBody</var> and <var>processBodyError</var>.
42844284
</ol>
42854285

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>.
42874288
</ol>
42884289

42894290
<hr>
42904291

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:
42934294

42944295
<ol>
42954296
<li>

0 commit comments

Comments
 (0)