Skip to content

Commit

Permalink
Allow Resource.delete to send data
Browse files Browse the repository at this point in the history
  • Loading branch information
hpinkos committed Apr 19, 2018
1 parent 570b6f6 commit 46512c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/Core/Resource.js
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,8 @@ define([
return resource.delete({
// Make copy of just the needed fields because headers can be passed to both the constructor and to fetch
responseType: options.responseType,
overrideMimeType: options.overrideMimeType
overrideMimeType: options.overrideMimeType,
data: options.data
});
};

Expand Down

0 comments on commit 46512c7

Please sign in to comment.