Skip to content
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

Fetch Request Streaming #820

Open
dandclark opened this issue Oct 7, 2024 · 0 comments
Open

Fetch Request Streaming #820

dandclark opened this issue Oct 7, 2024 · 0 comments
Labels
focus-area-proposal Focus Area Proposal

Comments

@dandclark
Copy link
Contributor

Description

Fetch request streaming allows developers to create a fetch request with a ReadableStream body. This can be used for uploading streaming data, or for talking to a streaming endpoint without requiring an intermediary.

Tests: https://wpt.fyi/results/fetch/api/basic?label=experimental&label=master&aligned&q=fetch%2Fapi%2Fbasic%2Frequest-upload

Specification

https://fetch.spec.whatwg.org/#concept-body-stream

Additional Signals

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
focus-area-proposal Focus Area Proposal
Projects
Status: No status
Development

No branches or pull requests

1 participant