@@ -4854,11 +4854,10 @@ steps:
4854
4854
<ol>
4855
4855
<li><p> Let <var> processBody</var> given <var> nullOrBytes</var> be this step: run
4856
4856
<var> fetchParams</var> 's <a for="fetch params">process response consume body</a> given
4857
- <var> internalResponse </var> and <var> nullOrBytes</var> .
4857
+ <var> response </var> and <var> nullOrBytes</var> .
4858
4858
4859
4859
<li><p> Let <var> processBodyError</var> be this step: run <var> fetchParams</var> 's
4860
- <a for="fetch params">process response consume body</a> given <var> internalResponse</var> and
4861
- failure.
4860
+ <a for="fetch params">process response consume body</a> given <var> response</var> and failure.
4862
4861
4863
4862
<li><p> If <var> internalResponse</var> 's <a for=response>body</a> is null, then
4864
4863
<a>queue a fetch task</a> to run <var> processBody</var> given null, with <var> fetchParams</var> 's
@@ -8805,7 +8804,9 @@ particular at what stage you would like to receive a callback:
8805
8804
<p> To process a <a for=/>response</a> upon completion, pass an algorithm as the
8806
8805
<a for=fetch><i>processResponseConsumeBody</i></a> argument of <a for=/>fetch</a> . The given
8807
8806
algorithm is passed a <a for=/>response</a> and an argument representing the fully read
8808
- <a for=response>body</a> . The second argument's values have the following meaning:
8807
+ <a for=response>body</a> (of the <a for=/>response</a> 's
8808
+ <a for="filtered response">internal response</a> ). The second argument's values have the following
8809
+ meaning:
8809
8810
8810
8811
<dl>
8811
8812
<dt> null
@@ -8819,7 +8820,7 @@ particular at what stage you would like to receive a callback:
8819
8820
<dt> a <a>byte sequence</a>
8820
8821
<dd>
8821
8822
<p> <a for=body>Fully reading</a> the contents of the <a for=/>response</a> 's
8822
- <a for=response>body</a> succeeded.
8823
+ <a for="filtered response">internal response</a> 's <a for= response>body</a> succeeded.
8823
8824
8824
8825
<p class=warning> A <a>byte sequence</a> containing the full contents will be passed also for a
8825
8826
<a for=/>request</a> whose <a for=request>mode</a> is "<code> no-cors</code> ". Callers have to
@@ -8954,6 +8955,7 @@ Adam Barth,
8954
8955
Adam Lavin,
8955
8956
Alan Jeffrey,
8956
8957
Alexey Proskuryakov,
8958
+ Andreas Kling,
8957
8959
Andrés Gutiérrez,
8958
8960
Andrew Sutherland,
8959
8961
Ángel González,
0 commit comments