You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Description
Fetch request streaming allows developers to create a
fetch
request with aReadableStream
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
The text was updated successfully, but these errors were encountered: