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, {
|
||||
method: 'POST',
|
||||
headers: this.headers,
|
||||
duplex: 'half',
|
||||
duplex: 'full',
|
||||
body: this.body
|
||||
});
|
||||
return resp
|
||||
|
Loading…
Reference in New Issue
Block a user