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