Merge branch 'master' into deploy
This commit is contained in:
commit
86fa7dd654
|
@ -11,7 +11,10 @@ export function mockXHR() {
|
|||
Mock.XHR.prototype.send = function() {
|
||||
if (this.custom.xhr) {
|
||||
this.custom.xhr.withCredentials = this.withCredentials || false
|
||||
this.custom.xhr.responseType = this.responseType
|
||||
|
||||
if (this.responseType) {
|
||||
this.custom.xhr.responseType = this.responseType
|
||||
}
|
||||
}
|
||||
this.proxy_send(...arguments)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue