Skip to content

Commit b493225

Browse files
authored
Merge branch 'whatwg:main' into skip-checks-for-preloads
2 parents 5553c7d + 07662d3 commit b493225

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

fetch.bs

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2777,7 +2777,6 @@ functionality.
27772777

27782778
<p>If this operation succeeds, return the <a for=/>set</a> of <a for=/>IP addresses</a> and any
27792779
additional <a>implementation-defined</a> information.
2780-
</li>
27812780

27822781
<li><p>Return failure.
27832782
</ol>
@@ -4113,7 +4112,6 @@ true, and it's always for nested navigations. Otherwise, <var>response</var> is
41134112
<dt>"<a for="embedder policy value"><code>require-corp</code></a>"
41144113
<dd><p>Set <var>policy</var> to `<code>same-origin</code>`.
41154114
</dl>
4116-
</li>
41174115

41184116
<li>
41194117
<p>Switch on <var>policy</var>:
@@ -4366,7 +4364,6 @@ the response. [[!HTTP-CACHING]]
43664364
<a for="fetch params">preloaded response candidate</a> is null, then set <var>fetchParams</var>'s
43674365
<a for="fetch params">preloaded response candidate</a> to "<code>pending</code>".
43684366
</ol>
4369-
</li>
43704367

43714368
<li>
43724369
<p>If <var>request</var>'s <a for=request>header list</a>
@@ -4891,7 +4888,6 @@ steps:
48914888
<li><p><a>Queue a fetch task</a> to run <var>processResponseEndOfBodyTask</var> with
48924889
<var>fetchParams</var>'s <a for="fetch params">task destination</a>.
48934890
</ol>
4894-
</li>
48954891

48964892
<li><p>If <var>fetchParams</var>'s <a for="fetch params">process response</a> is non-null, then
48974893
<a>queue a fetch task</a> to run <var>fetchParams</var>'s
@@ -7993,7 +7989,6 @@ constructor steps are:
79937989
<li><p>Set <a>this</a>'s <a for=Request>headers</a>'s <a for=Headers>guard</a> to
79947990
"<code>request-no-cors</code>".
79957991
</ol>
7996-
</li>
79977992

79987993
<li>
79997994
<p>If <var>init</var> <a for=map>is not empty</a>, then:
@@ -8018,7 +8013,6 @@ constructor steps are:
80188013
<li><p>Otherwise, <a for=Headers>fill</a> <a>this</a>'s <a for=Request>headers</a> with
80198014
<var>headers</var>.
80208015
</ol>
8021-
</li>
80228016

80238017
<li><p>Let <var>inputBody</var> be <var>input</var>'s <a for=Request>request</a>'s
80248018
<a for=request>body</a> if <var>input</var> is a {{Request}} object; otherwise null.
@@ -8812,7 +8806,7 @@ resource — for non-<a>CORS requests</a> as well as <a>CORS
88128806
requests</a> — and do not use `<code>Vary</code>`.
88138807

88148808

8815-
<h3 class=no-num id=websocket-protocol oldids=websocket-connections,websocket-opening-handshake,fail-the-websocket-connection,the-websocket-connection-is-established>WebSockets</h2>
8809+
<h3 class=no-num id=websocket-protocol oldids=websocket-connections,websocket-opening-handshake,fail-the-websocket-connection,the-websocket-connection-is-established>WebSockets</h3>
88168810

88178811
<p>As part of establishing a connection, the {{WebSocket}} object initiates a special kind of
88188812
<a for=/>fetch</a> (using a <a for=/>request</a> whose <a for=request>mode</a> is
@@ -8976,7 +8970,7 @@ particular at what stage you would like to receive a callback:
89768970
<li><p>Otherwise, parse <var>contents</var> considering the metadata from <var>response</var>,
89778971
and perform your own operations on it.
89788972
</ol>
8979-
</li>
8973+
</ol>
89808974
</div>
89818975
</dd>
89828976

@@ -9026,7 +9020,7 @@ particular at what stage you would like to receive a callback:
90269020
<a for=response>body</a>'s <a for=body>stream</a>, and process in an appropriate way for the
90279021
MIME type identified by <a>extracting a MIME type</a> from <var>response</var>'s <a for=response>headers list</a>.
90289022
</ol>
9029-
</li>
9023+
</ol>
90309024
</div>
90319025
</dd>
90329026

0 commit comments

Comments
 (0)