Re: [w3ctag/design-reviews] Fetch streaming upload (Issue #754)

Sorry for the delay!

Currently "half" is the only valid value, "full" is just mentioned in a note. Hence currently `new Request('/', {duplex: 'full'})` throws an exception (if the browser supports streaming upload). When full-duplex streaming upload is specified and a browser starts supporting it, the browser will accept `new Request('/', {duplex: 'full'})`.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/754#issuecomment-1237604020
You are receiving this because you are subscribed to this thread.

Message ID: <w3ctag/design-reviews/issues/754/1237604020@github.com>

Received on Tuesday, 6 September 2022 02:57:34 UTC