Skip to content

Commit

Permalink
[e] (0) XHR defines this now
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=19892
Affected topics: HTML, Workers

git-svn-id: http://svn.whatwg.org/webapps@7690 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 4, 2013
1 parent bf7c476 commit 19bc1fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 33 deletions.
12 changes: 1 addition & 11 deletions complete.html
Expand Up @@ -82204,17 +82204,7 @@ <h4 id=interface-objects-and-constructors><span class=secno>9.3.3 </span>Interfa
<a href=#javascript-global-environment>JavaScript global environment</a> is a <a href=#worker-environment>worker
environment</a> except for the following:</p>

<ul><li><p><code>XMLHttpRequest</code> and all interface objects and
constructors defined by the XMLHttpRequest specifications, except
that the <a href=#document-response-entity-body>document response entity body</a> must always be
null. The <a href=#xmlhttprequest-base-url><code>XMLHttpRequest</code> base URL</a> is the
<a href="#script's-base-url">script's base URL</a>; the
<a href=#xmlhttprequest-origin><code>XMLHttpRequest</code> origin</a> is the script's
<a href=#origin>origin</a>, and the <a href=#xmlhttprequest-referrer-source><code>XMLHttpRequest</code>
referrer source</a> is the <a href="#script's-referrer-source">script's referrer
source</a>. <a href=#refsXHR>[XHR]</a></li>

<li><p>The interface objects and constructors defined by this
<ul><!--CLEANUP--><li><p>The interface objects and constructors defined by this
specification, except where is further restricted by explicit
requirements in this specification.</li>

Expand Down
12 changes: 1 addition & 11 deletions index
Expand Up @@ -82204,17 +82204,7 @@ partial interface <a href=#workerglobalscope>WorkerGlobalScope</a> {
<a href=#javascript-global-environment>JavaScript global environment</a> is a <a href=#worker-environment>worker
environment</a> except for the following:</p>

<ul><li><p><code>XMLHttpRequest</code> and all interface objects and
constructors defined by the XMLHttpRequest specifications, except
that the <a href=#document-response-entity-body>document response entity body</a> must always be
null. The <a href=#xmlhttprequest-base-url><code>XMLHttpRequest</code> base URL</a> is the
<a href="#script's-base-url">script's base URL</a>; the
<a href=#xmlhttprequest-origin><code>XMLHttpRequest</code> origin</a> is the script's
<a href=#origin>origin</a>, and the <a href=#xmlhttprequest-referrer-source><code>XMLHttpRequest</code>
referrer source</a> is the <a href="#script's-referrer-source">script's referrer
source</a>. <a href=#refsXHR>[XHR]</a></li>

<li><p>The interface objects and constructors defined by this
<ul><!--CLEANUP--><li><p>The interface objects and constructors defined by this
specification, except where is further restricted by explicit
requirements in this specification.</li>

Expand Down
12 changes: 1 addition & 11 deletions source
Expand Up @@ -95371,17 +95371,7 @@ partial interface <span>WorkerGlobalScope</span> {
environment</span> except for the following:</p>

<ul>

<li><p><code>XMLHttpRequest</code> and all interface objects and
constructors defined by the XMLHttpRequest specifications, except
that the <span>document response entity body</span> must always be
null. The <span><code>XMLHttpRequest</code> base URL</span> is the
<span>script's base URL</span>; the
<span><code>XMLHttpRequest</code> origin</span> is the script's
<span>origin</span>, and the <span><code>XMLHttpRequest</code>
referrer source</span> is the <span>script's referrer
source</span>. <a href="#refsXHR">[XHR]</a></p></li>

<!--CLEANUP-->
<li><p>The interface objects and constructors defined by this
specification, except where is further restricted by explicit
requirements in this specification.</p></li>
Expand Down

0 comments on commit 19bc1fd

Please sign in to comment.