@@ -2396,7 +2396,8 @@ this is also tracked internally using the request's <a for=request>timing allow
2396
2396
<p> A <dfn export id=concept-network-error>network error</dfn> is a <a for=/>response</a> whose
2397
2397
<a for=response>type</a> is "<code> error</code> ", <a for=response>status</a> is 0,
2398
2398
<a for=response>status message</a> is the empty byte sequence,
2399
- <a for=response>header list</a> is « », and <a for=response>body</a> is null.
2399
+ <a for=response>header list</a> is « », <a for=response>body</a> is null, and
2400
+ <a for=response>body info</a> is a new <a for=/>response body info</a> .
2400
2401
2401
2402
<p> An <dfn export id=concept-aborted-network-error>aborted network error</dfn> is a
2402
2403
<a>network error</a> whose <a for=response>aborted flag</a> is set.
@@ -2467,17 +2468,19 @@ of defining the concrete types of <a for=/>filtered responses</a>.)
2467
2468
<a for=response>URL list</a> is « »,
2468
2469
<a for=response>status</a> is 0,
2469
2470
<a for=response>status message</a> is the empty byte sequence,
2470
- <a for=response>header list</a> is « », and
2471
- <a for=response>body</a> is null.
2471
+ <a for=response>header list</a> is « »,
2472
+ <a for=response>body</a> is null, and
2473
+ <a for=response>body info</a> is a new <a for=/>response body info</a> .
2472
2474
2473
2475
<p> An
2474
2476
<dfn export id=concept-filtered-response-opaque-redirect>opaque-redirect filtered response</dfn>
2475
2477
is a <a>filtered response</a> whose
2476
2478
<a for=response>type</a> is "<code> opaqueredirect</code> ",
2477
2479
<a for=response>status</a> is 0,
2478
2480
<a for=response>status message</a> is the empty byte sequence,
2479
- <a for=response>header list</a> is « », and
2480
- <a for=response>body</a> is null.
2481
+ <a for=response>header list</a> is « »,
2482
+ <a for=response>body</a> is null, and
2483
+ <a for=response>body info</a> is a new <a for=/>response body info</a> .
2481
2484
2482
2485
<div class=note>
2483
2486
<p> Exposing the <a for=response>URL list</a> for
@@ -4696,8 +4699,7 @@ steps:
4696
4699
<li>
4697
4700
<p> If <var> response</var> 's <a for=response>timing allow passed flag</a> is not set,
4698
4701
then set <var> timingInfo</var> to the result of <a>creating an opaque timing info</a> for
4699
- <var> timingInfo</var> , set <var> bodyInfo</var> to a new <a for=/>response body info</a> , and
4700
- set <var> cacheState</var> to the empty string.
4702
+ <var> timingInfo</var> and set <var> cacheState</var> to the empty string.
4701
4703
4702
4704
<p class=note> This covers the case of <var> response</var> being a <a>network error</a> .
4703
4705
0 commit comments