Bundled output for commit af90b6b4a6 [skip ci]

This commit is contained in:
Gandalf-the-Bot 2018-08-20 09:31:58 +00:00
parent af90b6b4a6
commit 8ae094fd85
3 changed files with 10 additions and 8 deletions

View file

@ -314,6 +314,8 @@ var _9 = function($window, Promise) {
}
if (args.withCredentials) xhr.withCredentials = args.withCredentials
if (args.timeout) xhr.timeout = args.timeout
if (args.responseType) xhr.responseType = args.responseType
for (var key in args.headers) if ({}.hasOwnProperty.call(args.headers, key)) {
xhr.setRequestHeader(key, args.headers[key])
}