diff --git a/bricks/binstreaming.js b/bricks/binstreaming.js index 3d696ac..ee6e36f 100644 --- a/bricks/binstreaming.js +++ b/bricks/binstreaming.js @@ -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