Skip to content

Commit 226edf6

Browse files
committed
Update formatting
1 parent e54f2ed commit 226edf6

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

fetch.bs

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5587,15 +5587,19 @@ these steps:
55875587

55885588
<li>
55895589

5590-
<p>If <var>fetchResponse</var> is non-null, then:
5590+
<p>If <var>fetchResponse</var> is non-null:
55915591
<ol>
5592-
<li><p>If<var>fetchResponse</var> is <a for=/>response</a>, then:
5592+
<li>
5593+
<p>If<var>fetchResponse</var> is <a for=/>response</a>:
55935594
<ol>
5594-
<li><p>Set <var>response</var> to <var>fetchResponse</var>.
5595-
<li><p>Set <var>fetchParams</var>'s <a for="fetch params">timing info</a>'s
5595+
<li>
5596+
<p>Set <var>response</var> to <var>fetchResponse</var>.
5597+
<li>
5598+
<p>Set <var>fetchParams</var>'s <a for="fetch params">timing info</a>'s
55965599
<a for="fetch timing info">final service worker start time</a> to
55975600
<var>serviceWorkerStartTime</var>.
5598-
<li><p>Set <var>fetchParams</var>'s <a for="fetch params">timing info</a>'s
5601+
<li>
5602+
<p>Set <var>fetchParams</var>'s <a for="fetch params">timing info</a>'s
55995603
<a for="fetch timing info">service worker timing info</a> to
56005604
<var>response</var>'s <a for="response">service worker timing info</a>.
56015605

@@ -5627,13 +5631,10 @@ these steps:
56275631

56285632
<p>then return a <a>network error</a>.
56295633
</ol>
5630-
<li><p>If<var>fetchResponse</var> is <a for=/>service worker timing info</a>, then:
5631-
<ol>
5632-
<li><p>Set <var>fetchParams</var>'s <a for="fetch params">timing info</a>'s
5633-
<a for="fetch timing info">service worker timing info</a> to
5634-
<var>fetchResponse</var>.
5635-
</ol>
5636-
</ol>
5634+
<li><p>Otherwise, if<var>fetchResponse</var> is <a for=/>service worker timing info</a>,
5635+
then set <var>fetchParams</var>'s <a for="fetch params">timing info</a>'s
5636+
<a for="fetch timing info">service worker timing info</a> to <var>fetchResponse</var>.
5637+
</ol>
56375638
</ol>
56385639

56395640
<li>

0 commit comments

Comments
 (0)