We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d49335 commit 23492fdCopy full SHA for 23492fd
src/ajax.js
@@ -478,7 +478,7 @@ jQuery.extend({
478
479
// Send the data
480
try {
481
- xhr.send( type === "POST" || type === "PUT" ? s.data : null );
+ xhr.send( type === "POST" || type === "PUT" || type === "DELETE" ? s.data : null );
482
} catch(e) {
483
jQuery.handleError(s, xhr, null, e);
484
// Fire the complete handlers
0 commit comments