Skip to content

Commit 1731c03

Browse files
committed
Editorial: a network error's body is always null
1 parent ed6221d commit 1731c03

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

fetch.bs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4162,10 +4162,9 @@ steps:
41624162
<li><p>Let <var>processBodyError</var> be this step: run <a>fetch finale</a> given
41634163
<var>fetchParams</var> and a <a>network error</a>.
41644164

4165-
4166-
<li><p>If <var>request</var>'s <a for=request>response tainting</a> is "<code>opaque</code>",
4167-
<var>response</var> is a <a>network error</a>, or <var>response</var>'s <a for=response>body</a>
4168-
is null, then run <var>processBodyError</var> and abort these steps.
4165+
<li><p>If <var>request</var>'s <a for=request>response tainting</a> is "<code>opaque</code>" or
4166+
<var>response</var>'s <a for=response>body</a> is null, then run <var>processBodyError</var> and
4167+
abort these steps.
41694168

41704169
<li>
41714170
<p>Let <var>processBody</var> given <var>bytes</var> be these steps:

0 commit comments

Comments
 (0)