Skip to content

Commit 025ab33

Browse files
committed
fix formatting
1 parent 9615088 commit 025ab33

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

fetch.bs

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5611,24 +5611,24 @@ these steps:
56115611
<a for="fetch params">cross-origin isolated capability</a>. [[!HTML]] [[!SW]]
56125612

56135613
<li>
5614-
56155614
<p>If <var>fetchResponse</var> is non-null:
5616-
<ol>
5615+
5616+
<ol>
56175617
<li>
5618-
<p>If<var>fetchResponse</var> is <a for=/>response</a>:
5618+
<p>If <var>fetchResponse</var> is <a for=/>response</a>:
5619+
56195620
<ol>
5620-
<li>
5621-
<p>Set <var>response</var> to <var>fetchResponse</var>.
5622-
<li>
5623-
<p>Set <var>fetchParams</var>'s <a for="fetch params">timing info</a>'s
5621+
<li><p>Set <var>response</var> to <var>fetchResponse</var>.
5622+
5623+
<li><p>Set <var>fetchParams</var>'s <a for="fetch params">timing info</a>'s
56245624
<a for="fetch timing info">final service worker start time</a> to
56255625
<var>serviceWorkerStartTime</var>.
5626-
<li>
5627-
<p>Set <var>fetchParams</var>'s <a for="fetch params">timing info</a>'s
5628-
<a for="fetch timing info">service worker timing info</a> to
5629-
<var>response</var>'s <a for="response">service worker timing info</a>.
56305626

5631-
<li>If <var>request</var>'s <a for=request>body</a> is non-null, then
5627+
<li><p>Set <var>fetchParams</var>'s <a for="fetch params">timing info</a>'s
5628+
<a for="fetch timing info">service worker timing info</a> to <var>response</var>'s
5629+
<a for="response">service worker timing info</a>.
5630+
5631+
<li><p>If <var>request</var>'s <a for=request>body</a> is non-null, then
56325632
<a for=ReadableStream>cancel</a> <var>request</var>'s <a for=request>body</a> with undefined.
56335633

56345634
<li><p>Set <var>internalResponse</var> to <var>response</var>, if <var>response</var> is not a
@@ -5651,14 +5651,15 @@ these steps:
56515651
<var>response</var>'s <a for=response>type</a> is "<code>opaqueredirect</code>"
56525652

56535653
<li><var>request</var>'s <a for=request>redirect mode</a> is not "<code>follow</code>" and
5654-
<var>response</var>'s <a for=response>URL list</a> has more than one item.
5654+
<var>response</var>'s <a for=response>URL list</a> has more than one item
56555655
</ul>
56565656

56575657
<p>then return a <a>network error</a>.
56585658
</ol>
5659-
<li><p>Otherwise, if<var>fetchResponse</var> is <a for=/>service worker timing info</a>,
5660-
then set <var>fetchParams</var>'s <a for="fetch params">timing info</a>'s
5661-
<a for="fetch timing info">service worker timing info</a> to <var>fetchResponse</var>.
5659+
5660+
<li><p>Otherwise, if <var>fetchResponse</var> is <a for=/>service worker timing info</a>, then
5661+
set <var>fetchParams</var>'s <a for="fetch params">timing info</a>'s
5662+
<a for="fetch timing info">service worker timing info</a> to <var>fetchResponse</var>.
56625663
</ol>
56635664
</ol>
56645665

0 commit comments

Comments
 (0)