bugfix
This commit is contained in:
parent
46d5427489
commit
a0b12aad54
@ -17,7 +17,7 @@ bricks.UpStreaming = class extends bricks.JsWidget {
|
|||||||
var resp = await fetch(this.url, {
|
var resp = await fetch(this.url, {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: this.headers,
|
headers: this.headers,
|
||||||
duplex: 'half',
|
duplex: 'full',
|
||||||
body: this.body
|
body: this.body
|
||||||
});
|
});
|
||||||
return resp
|
return resp
|
||||||
|
Loading…
Reference in New Issue
Block a user