polyfills:implement streamable fetch for both request and response#710
polyfills:implement streamable fetch for both request and response#710partic2 wants to merge 1 commit intosaghul:masterfrom
Conversation
|
Does this address Fetch #1254? Node.js, Deno, Bun, Workerd all full-duplex stream when |
I can't seem to find that issue, can you link it? |
I brought this up previously over here
This issue I filed for Bun oven-sh/bun#7206. The test
Here's the server code on Deno Deploy https://dash.deno.com/playground/comfortable-deer-52. Note, technically it's possible to do upload streaming and full-duplex streaming over HTTP/1.1, or other means, using WHATWG Results, using |
|
@saghul Re
If you read the minutae you'll find the case of Chromium-based browsers implementing full-duplex streaming over You'll also see the feature you can enable with Here's a JavaScript runtime agnostic |
|
Here's what I mean by "upload streaming" https://developer.chrome.com/docs/capabilities/web-apis/fetch-streaming-requests. |
Fixes: saghul#646 Fixes: saghul#450 Closes: saghul#710
No description provided.