Property containing the parsed response if the response Content-Type is json
Cancel the request.
A string passed as the textStatus parameter for the done callback. Default value: "canceled"
Add handlers to be called when the Deferred object is either resolved or rejected.
Add handlers to be called when the Deferred object is resolved.
A function to be called if the request fails.
Add handlers to be called when the Deferred object is rejected.
The .overrideMimeType() method may be used in the beforeSend() callback function, for example, to modify the response content-type header. As of jQuery 1.5.1, the jqXHR object also contains the overrideMimeType() method (it was available in jQuery 1.4.x, as well, but was temporarily removed in jQuery 1.5).
Add handlers to be called when the Deferred object generates progress notifications.
Determine the current state of a Deferred object.
Incorporates the functionality of the .done() and .fail() methods, allowing (as of jQuery 1.8) the underlying Promise to be manipulated. Refer to deferred.then() for implementation details.
Generated using TypeDoc
Interface for the jqXHR object