← Back to release summary

fetch() upload streaming

Category
Network / Connectivity
Type
New or changed feature
Status
Origin trial (Chrome 105)
Intent stage
Prepare to ship

Summary

Fetch upload streaming lets web developers make a fetch with a ReadableStream body. Fetch provides a generic definition of Request and Response objects (and other things involved with network requests).

Motivation

Traditionally uploading byte arrays were implemented on WebSocket but it has made client/server code messy. Fetch upload streaming makes that simpler.

Standards & signals

Docs: http://bit.ly/3asqra2

Explainers: https://bit.ly/2SVvKbR

View on chromestatus.com