Skip to content

Commit 60b559c

Browse files
committed
async request for cors
1 parent 082d5e8 commit 60b559c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,7 @@
13671367
data.append(this.flowObj.opts.fileParameterName, blob);
13681368
}
13691369

1370-
this.xhr.open(method, target);
1370+
this.xhr.open(method, target, true);
13711371
this.xhr.withCredentials = this.flowObj.opts.withCredentials;
13721372

13731373
// Add data from header options

0 commit comments

Comments
 (0)