Update InterceptAjaxRequestJS.java
This commit is contained in:
parent
444ffef22b
commit
5fb5e8afce
|
@ -220,7 +220,7 @@ public class InterceptAjaxRequestJS {
|
|||
" data = new Uint8Array(result.data);" +
|
||||
" }" +
|
||||
" self.withCredentials = result.withCredentials;" +
|
||||
" if (result.responseType != null && result.isAsync) {" +
|
||||
" if (result.responseType != null && self.isAsync) {" +
|
||||
" self.responseType = result.responseType;" +
|
||||
" };" +
|
||||
" for (var header in result.headers) {" +
|
||||
|
|
Loading…
Reference in New Issue