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

@benbucksch returning the response before the data has been transmitted is full duplex. You might not care for response body streaming, but that doesn't change the fact that returning the response while the request is still in progress is full duplex behavior and not something that will happen at this point in browsers.

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

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

Received on Tuesday, 21 June 2022 17:11:18 UTC