Re: [whatwg/fetch] Fetch body streams are not full duplex (#1254)

> [not] upload stream racing with the response headers

Yes, indeed, I would expect the response headers to have returned before the fetch() promise returns. Once the fetch() promise returns, I would immediately start sending stream data. That's a simple and logical API.

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

Message ID: <whatwg/fetch/issues/1254/1154148018@github.com>

Received on Monday, 13 June 2022 16:43:04 UTC