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

> To be clear, I don't think we need to resolve the promise returned from fetch() any sooner. Resolving it once we have the response headers in is fine. That's the signal. If you care about the request you monitor its stream.

This is also how I've implemented it in Ruby and it works well. You can in theory implement streaming headers, but I'm not sure there is an actual good use case for it.

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

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

Received on Monday, 13 June 2022 21:20:27 UTC