Re: [whatwg/fetch] Request should allow WritableStream as body (#378)

I may also comment on the other issue, but this is exactly the design I came up with in `async-http`: A `Body::Writable` is just a `Body::Readable` with an internal queue of chunks.

https://github.com/socketry/async-http/blob/v0.30.0/lib/async/http/body/writable.rb

I think the design works well.

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

Received on Thursday, 4 October 2018 23:31:04 UTC