























@@ -15,11 +15,6 @@ spec:webdriver-bidi; type:dfn; text:event
1515spec:fetch; type:dfn; for:/; text:credentials
1616</pre>
171718-<pre class=anchors>
19-urlPrefix: https://w3c.github.io/DOM-Parsing/; spec: dom-parsing
20- type: dfn; text: fragment serializing algorithm; url: dfn-fragment-serializing-algorithm
21-</pre>
22-231824192520<h2 id=introduction>Introduction</h2>
@@ -686,7 +681,7 @@ return <a>this</a>'s <a>cross-origin credentials</a>.
686681<li><p>Let <var>extractedContentType</var> be null.
687682688683<li><p>If <var>body</var> is a {{Document}}, then set <a>this</a>'s <a>request body</a> to
689-<var>body</var>, <a lt="fragment serializing algorithm">serialized</a>,
684+<var>body</var>, <a lt="fragment serializing algorithm steps">serialized</a>,
690685<a for=string>converted</a>, and <a lt="UTF-8 encode">UTF-8 encoded</a>.
691686692687<li>
@@ -1030,7 +1025,7 @@ return <a>this</a>'s <a>cross-origin credentials</a>.
1030102510311026<li><p>Otherwise, if <var>xhr</var>'s <a for=XMLHttpRequest>response</a>'s
10321027<a for=response>aborted flag</a> is set, run the <a>request error steps</a> for <var>xhr</var>,
1033-<a event for=XMLHttpRequest><code>abort</code></a>, and "{{AbortError!!exception}}"
1028+<a event for=XMLHttpRequestEventTarget><code>abort</code></a>, and "{{AbortError!!exception}}"
10341029{{DOMException}}.
1035103010361031<li><p>Otherwise, if <var>xhr</var>'s <a for=XMLHttpRequest>response</a> is a
@@ -1095,7 +1090,8 @@ return <a>this</a>'s <a>cross-origin credentials</a>.
1095109010961091<li><p>If <a>this</a>'s <a>state</a> is <i>opened</i> with <a>this</a>'s
10971092<a><code>send()</code> flag</a> set, <i>headers received</i>, or <i>loading</i>, then run the
1098-<a>request error steps</a> for <a>this</a> and <a event for=XMLHttpRequest><code>abort</code></a>.
1093+<a>request error steps</a> for <a>this</a> and
1094+<a event for=XMLHttpRequestEventTarget><code>abort</code></a>.
1099109511001096<li>
11011097<p>If <a>this</a>'s <a>state</a> is <i>done</i>, then set <a>this</a>'s <a>state</a> to
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。