This commit is contained in:
yumoqing 2024-08-04 14:38:35 +08:00
parent 46d5427489
commit a0b12aad54

View File

@ -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