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
Copy file name to clipboardExpand all lines: categories.xml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -629,6 +629,13 @@ var files = event.originalEvent.dataTransfer.files;
629
629
<hr/>
630
630
]]></desc>
631
631
</category>
632
+
<categoryname="Version 4.1"slug="4.1">
633
+
<desc><![CDATA[
634
+
<div id="version-support-warning" class="warning"><i class="icon-info-sign"></i> <span>This version has not been released yet. Behavior may change before the final release.</span></div>
635
+
<p>All the aspects of the API that were added, or had a new signature added, in the corresponding version of jQuery.</p>
<li><code>responses</code> (Optional) is An object containing dataType/value that contains the response in all the formats the transport could provide (for instance, a native XMLHttpRequest object would set responses to <code>{ xml: XMLData, text: textData }</code> for a response that is an XML document)</li>
52
52
<li><code>headers</code> (Optional) is a string containing all the response headers if the transport has access to them (akin to what <code>XMLHttpRequest.getAllResponseHeaders()</code> would provide).</li>
53
53
</ul>
54
+
<p>An older, positional-arguments form is also supported:</p>
<p>The parameters have the same meaning as the object properties described above. Both calling conventions are supported; jQuery detects which one is used by checking whether the first argument is an object.</p>
54
59
<p>Just like prefilters, a transport's factory function can be attached to a specific dataType:</p>
0 commit comments