Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Dec 6, 2014
1 parent 40f5223 commit 8295790
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<p><a class="logo" href="//whatwg.org/"><img alt="WHATWG" height="100" src="//resources.whatwg.org/logo-xhr.svg" width="100"></a>
<h1 id="xmlhttprequest-ls">XMLHttpRequest</h1>
<h2 class="no-num no-toc" id="living-standard-—-last-updated-11-november-2014">Living Standard — Last Updated 11 November 2014</h2>
<h2 class="no-num no-toc" id="living-standard-—-last-updated-6-december-2014">Living Standard — Last Updated 6 December 2014</h2>

<dl>
<dt>Participate:
Expand Down Expand Up @@ -872,14 +872,14 @@ <h4 id="the-send()-method"><span class="secno">4.5.6 </span>The <code title="">s
to <var>Content-Type</var>.

<p>Set <a href="#request-body">request body</a> to <var>body</var>,
<a class="external" href="https://dvcs.w3.org/hg/innerhtml/raw-file/tip/index.html#concept-serialize" title="concept-serialize">serialized</a>,
<a class="external" href="https://dvcs.w3.org/hg/innerhtml/raw-file/tip/index.html#dfn-concept-fragment-serializing-algorithm" title="concept-serialize">serialized</a> with the
<i title="">require well-formed flag</i> set,
<a class="external" href="http://heycam.github.io/webidl/#dfn-obtain-unicode" title="convert a DOMString to a sequence of Unicode characters">converted to Unicode</a>,
and <a class="external" href="https://encoding.spec.whatwg.org/#utf-8-encode" title="utf-8 encode">utf-8 encoded</a>.
Re-throw any exception
<a class="external" href="https://dvcs.w3.org/hg/innerhtml/raw-file/tip/index.html#concept-serialize" title="concept-serialize">serializing</a> throws.
Rethrow any exceptions.

<p class="note">If <var>body</var> cannot be
<a class="external" href="https://dvcs.w3.org/hg/innerhtml/raw-file/tip/index.html#concept-serialize" title="concept-serialize">serialized</a>, an
<a class="external" href="https://dvcs.w3.org/hg/innerhtml/raw-file/tip/index.html#dfn-concept-fragment-serializing-algorithm" title="concept-serialize">serialized</a>, an
<code>InvalidStateError</code> exception is thrown.

<dt id="dom-xmlhttprequest-send-bodyinit"><code class="external"><a href="https://fetch.spec.whatwg.org/#bodyinit">BodyInit</a></code>
Expand Down Expand Up @@ -938,13 +938,13 @@ <h4 id="the-send()-method"><span class="secno">4.5.6 </span>The <code title="">s
<dd>Set.
<dt><a class="external" href="https://fetch.spec.whatwg.org/#concept-request-referrer" title="concept-request-referrer">referrer</a>
<dd><a href="#concept-xmlhttprequest-settings-object" title="concept-XMLHttpRequest-settings-object">settings object</a>'s
<a class="external" href="https://html.spec.whatwg.org/multipage/webappapis.html#api-referrer-source">API referrer source</a>'s
<a class="external" href="https://html.spec.whatwg.org/multipage/webappapis.html#referrer-source">referrer source</a>'s
<a class="external" href="https://dom.spec.whatwg.org/#concept-document-url" title="concept-document-url">URL</a> if
<a href="#concept-xmlhttprequest-settings-object" title="concept-XMLHttpRequest-settings-object">settings object</a>'s
<a class="external" href="https://html.spec.whatwg.org/multipage/webappapis.html#api-referrer-source">API referrer source</a> is a
<a class="external" href="https://html.spec.whatwg.org/multipage/webappapis.html#referrer-source">referrer source</a> is a
<a class="external" href="https://dom.spec.whatwg.org/#concept-document" title="concept-document">document</a>, and
<a href="#concept-xmlhttprequest-settings-object" title="concept-XMLHttpRequest-settings-object">settings object</a>'s
<a class="external" href="https://html.spec.whatwg.org/multipage/webappapis.html#api-referrer-source">API referrer source</a> otherwise
<a class="external" href="https://html.spec.whatwg.org/multipage/webappapis.html#referrer-source">referrer source</a> otherwise
<dt><a class="external" href="https://fetch.spec.whatwg.org/#concept-request-body" title="concept-request-body">body</a>
<dd><a href="#request-body">request body</a>
<dt><a class="external" href="https://fetch.spec.whatwg.org/#concept-request-client" title="concept-request-client">client</a>
Expand Down
12 changes: 6 additions & 6 deletions Overview.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -824,11 +824,11 @@ <h4>The <code title>send()</code> method</h4>
to <var>Content-Type</var>.

<p>Set <span>request body</span> to <var>body</var>,
<span data-anolis-spec=domps title=concept-serialize>serialized</span>,
<span data-anolis-spec=domps title=concept-serialize>serialized</span> with the
<i title>require well-formed flag</i> set,
<span data-anolis-spec=webidl title="convert a DOMString to a sequence of Unicode characters">converted to Unicode</span>,
and <span data-anolis-spec=encoding title="utf-8 encode">utf-8 encoded</span>.
Re-throw any exception
<span data-anolis-spec=domps title=concept-serialize>serializing</span> throws.
Rethrow any exceptions.

<p class=note>If <var>body</var> cannot be
<span data-anolis-spec=domps title=concept-serialize>serialized</span>, an
Expand Down Expand Up @@ -890,13 +890,13 @@ <h4>The <code title>send()</code> method</h4>
<dd>Set.
<dt><span data-anolis-spec=fetch title=concept-request-referrer>referrer</span>
<dd><span title=concept-XMLHttpRequest-settings-object>settings object</span>'s
<span data-anolis-spec=html>API referrer source</span>'s
<span data-anolis-spec=html>referrer source</span>'s
<span data-anolis-spec=dom title=concept-document-url>URL</span> if
<span title=concept-XMLHttpRequest-settings-object>settings object</span>'s
<span data-anolis-spec=html>API referrer source</span> is a
<span data-anolis-spec=html>referrer source</span> is a
<span data-anolis-spec=dom title=concept-document>document</span>, and
<span title=concept-XMLHttpRequest-settings-object>settings object</span>'s
<span data-anolis-spec=html>API referrer source</span> otherwise
<span data-anolis-spec=html>referrer source</span> otherwise
<dt><span data-anolis-spec=fetch title=concept-request-body>body</span>
<dd><span>request body</span>
<dt><span data-anolis-spec=fetch title=concept-request-client>client</span>
Expand Down

0 comments on commit 8295790

Please sign in to comment.