Skip to content

Commit 7a6ba16

Browse files
hochleitnerAurelioDeRosa
authored andcommitted
Types: Updated XMLHttpRequest standard link
W3C's XMLHttpRequest standardization process has been discontinued. Documentation now refers to the WHATWG living standard. Closes jquerygh-1046 Fixes jquerygh-1043
1 parent e50c070 commit 7a6ba16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/Types.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -645,9 +645,9 @@ <h2 id="jQuery"> jQuery </h2>
645645
<h2 id="XMLHttpRequest"> XMLHttpRequest </h2>
646646
<p>Some of jQuery's Ajax functions return the native XMLHttpRequest (XHR) object, or pass it as an argument to success/error/complete handlers, so that you can do additional processing or monitoring on the request. Note that Ajax functions only return or pass an XHR object when an XHR object is actually used in the request. For example, JSONP requests and cross-domain GET requests use a script element rather than an XHR object.
647647
</p>
648-
<p>Although the XHR object is a standard, there are variations in its behavior on different browsers. Refer to the W3C site and browsers' documentation for more information:
648+
<p>Although the XHR object is a standard, there are variations in its behavior on different browsers. Refer to the WHATWG site and browsers' documentation for more information:
649649
</p>
650-
<ul><li> <a href="http://www.w3.org/TR/XMLHttpRequest/" class="external text" title="http://www.w3.org/TR/XMLHttpRequest/">W3C standard</a>
650+
<ul><li> <a href="https://xhr.spec.whatwg.org/" class="external text" title="https://xhr.spec.whatwg.org/">WHATWG living standard</a>
651651
</li><li> <a href="http://developer.apple.com/internet/webcontent/xmlhttpreq.html" class="external text" title="http://developer.apple.com/internet/webcontent/xmlhttpreq.html">Apple (Safari)</a>
652652
</li><li> <a href="https://developer.mozilla.org/docs/en/DOM/XMLHttpRequest" class="external text" title="http://developer.mozilla.org/en/xmlhttprequest">Mozilla (Firefox)</a>
653653
</li><li> <a href="http://msdn.microsoft.com/en-us/library/ms535874%28VS.85%29.aspx" class="external text" title="http://msdn.microsoft.com/en-us/library/ms535874%28VS.85%29.aspx">Microsoft (Internet Explorer)</a>

0 commit comments

Comments
 (0)