@@ -1514,7 +1514,8 @@ must be an algorithm accepting an exception.
1514
1514
<var> processBody</var> , an algorithm <var> processBodyError</var> , and an optional null,
1515
1515
<a for=/>parallel queue</a> , or <a for=/>global object</a> <var> taskDestination</var> (default
1516
1516
null), run these steps. <var> processBody</var> must be an algorithm accepting a
1517
- <a for=/>byte sequence</a> . <var> processBodyError</var> must be an algorithm accepting no arguments.
1517
+ <a for=/>byte sequence</a> . <var> processBodyError</var> must be an algorithm optionally accepting an
1518
+ <a for=/>exception</a> .
1518
1519
1519
1520
<ol>
1520
1521
<li><p> If <var> taskDestination</var> is null, then set <var> taskDestination</var> to the result of
@@ -1524,8 +1525,9 @@ null), run these steps. <var>processBody</var> must be an algorithm accepting a
1524
1525
<a>queue a fetch task</a> to run <var> processBody</var> given <var> bytes</var> , with
1525
1526
<var> taskDestination</var> .
1526
1527
1527
- <li><p> Let <var> errorSteps</var> be to <a>queue a fetch task</a> to run
1528
- <var> processBodyError</var> , with <var> taskDestination</var> .
1528
+ <li><p> Let <var> errorSteps</var> optionally given an <a for=/>exception</a> <var> exception</var> be
1529
+ to <a>queue a fetch task</a> to run <var> processBodyError</var> given <var> exception</var> , with
1530
+ <var> taskDestination</var> .
1529
1531
1530
1532
<li><p> Let <var> reader</var> be the result of <a for=ReadableStream>getting a reader</a> for
1531
1533
<var> body</var> 's <a for=body>stream</a> . If that threw an exception, then run
@@ -9084,6 +9086,7 @@ Rondinelly,
9084
9086
Rory Hewitt,
9085
9087
Ross A. Baker,
9086
9088
Ryan Sleevi,
9089
+ Sam Atkins,
9087
9090
Samy Kamkar,
9088
9091
Sébastien Cevey,
9089
9092
Sendil Kumar N,
0 commit comments