Re: [whatwg/fetch] Streaming upload (Issue #1438)

> From my current understanding, with the currently proposed spec there is no backwards compatible way towards eventual duplex streaming (or spec compliant duplex streaming outside of browsers). This means that by shipping this as is, we are closing the door for duplex streaming entirely.

Just for example, we can add `fullDuplex` member into RequestInit to express the intention, in the future. Browsers which cannot handle full-duplex fetch will throw an exception when it sees `fullDuplex: true`. I'd say it is a reasonable extension, what do you think?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1438#issuecomment-1153994853
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/issues/1438/1153994853@github.com>

Received on Monday, 13 June 2022 14:28:43 UTC