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
<desc>A set of key/value pairs that configure the Ajax request. All settings are optional. A default can be set for any option with <ahref="/jQuery.ajaxSetup/">$.ajaxSetup()</a>.</desc>
18
-
<propertydefault="depends on DataType"name="accepts"type="PlainObject">
18
+
<propertydefault="depends on dataType"name="accepts"type="PlainObject">
19
19
<desc>A set of key/value pairs that map a given <code>dataType</code> to its MIME type, which gets sent in the <code>Accept</code> request header. This header tells the server what kind of response it will accept in return. For example, the following defines a custom type <code>mycustomtype</code> to be sent with the request:
0 commit comments