Bundled output for commit e4ba0318d6 [skip ci]
This commit is contained in:
parent
e4ba0318d6
commit
8ecb370e95
3 changed files with 40 additions and 39 deletions
|
|
@ -244,6 +244,7 @@ var _8 = function($window, Promise) {
|
|||
if (args.deserialize === deserialize) {
|
||||
xhr.setRequestHeader("Accept", "application/json, text/*")
|
||||
}
|
||||
if (args.withCredentials) xhr.withCredentials = args.withCredentials
|
||||
if (typeof args.config === "function") xhr = args.config(xhr, args) || xhr
|
||||
xhr.onreadystatechange = function() {
|
||||
if (xhr.readyState === 4) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue