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 331173f commit 9d975b5Copy full SHA for 9d975b5
src/mock/index.js
@@ -11,6 +11,7 @@ Mock.XHR.prototype.proxy_send = Mock.XHR.prototype.send
11
Mock.XHR.prototype.send = function() {
12
if (this.custom.xhr) {
13
this.custom.xhr.withCredentials = this.withCredentials || false
14
+ this.custom.xhr.responseType = this.responseType
15
}
16
this.proxy_send(...arguments)
17
0 commit comments