-
Notifications
You must be signed in to change notification settings - Fork 193
polyfills:implement streamable fetch for both request and response #710
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
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. |
No description provided.