You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>When the <aclass="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#javascript-global-environment">JavaScript global environment</a>
326
316
is a <aclass="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#document-environment">document environment</a>, the
327
317
<code><ahref="#xmlhttprequest">XMLHttpRequest</a></code> object has an associated
<li><p>Let <vartitle="">xhr</var> be a new <code><ahref="#xmlhttprequest">XMLHttpRequest</a></code>
345
331
object.
346
332
347
-
<li><p>If <vartitle="">options</var>'s <codetitle="">anonymous</code> member is
348
-
true, set <vartitle="">xhr</var>'s <ahref="#anonymous-flag">anonymous flag</a>.
349
-
350
333
<li><p>If the
351
334
<aclass="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#javascript-global-environment">JavaScript global environment</a> is a
352
335
<aclass="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#document-environment">document environment</a>, set <vartitle="">xhr</var>'s
exception if <vartitle="">async</var> is false, the
555
538
<aclass="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#javascript-global-environment">JavaScript global environment</a> is a
556
539
<aclass="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#document-environment">document environment</a>, and either the
557
-
<ahref="#anonymous-flag">anonymous flag</a> is set, the
558
540
<codetitle="dom-XMLHttpRequest-timeout"><ahref="#dom-xmlhttprequest-timeout">timeout</a></code> attribute is not
<li><p>Set <ahref="#source-origin">source origin</a> to a globally unique identifier if the
588
-
<ahref="#anonymous-flag">anonymous flag</a> is set, and the <aclass="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/origin-0.html#origin">origin</a>
569
+
<li><p>Set <ahref="#source-origin">source origin</a> to the <aclass="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/origin-0.html#origin">origin</a>
589
570
of <ahref="#concept-xmlhttprequest-document" title="concept-XMLHttpRequest-document">document</a> otherwise.
590
571
591
572
<li><p>Set <ahref="#referrer-source">referrer source</a> to
<aclass="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#javascript-global-environment">JavaScript global environment</a> is a
662
643
<aclass="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#document-environment">document environment</a>, and either the
663
-
<ahref="#anonymous-flag">anonymous flag</a> is set, the
664
644
<codetitle="dom-XMLHttpRequest-timeout"><ahref="#dom-xmlhttprequest-timeout">timeout</a></code> attribute value is not zero, the
665
645
<codetitle="dom-XMLHttpRequest-withCredentials"><ahref="#dom-xmlhttprequest-withcredentials">withCredentials</a></code> attribute value is
666
646
true, or the <codetitle="dom-XMLHttpRequest-responseType"><ahref="#dom-xmlhttprequest-responsetype">responseType</a></code> attribute
"<codeclass="external"><ahref="http://dom.spec.whatwg.org/#invalidaccesserror">InvalidAccessError</a></code>" exception if
906
886
either the <ahref="#synchronous-flag">synchronous flag</a> is set and the
907
887
<aclass="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#javascript-global-environment">JavaScript global environment</a> is a
908
-
<aclass="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#document-environment">document environment</a> or if the
909
-
<ahref="#anonymous-flag">anonymous flag</a> is set.
<aclass="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#javascript-global-environment">JavaScript global environment</a> is a
937
912
<aclass="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#document-environment">document environment</a> and the
0 commit comments