Re: [whatwg/streams] Add support for ReadableStream "owning" type (PR #1271)

> I think we need at least the pipeTo changes before we can land this, which means we need the WritableStream changes too.

https://github.com/whatwg/streams/pull/1272 adds WritableStream support.
It includes guidelines to handle pipeTo read-write in case of the four isOwning cases.
It also includes a draft reference implementation of pipeTo (not tested) that handles dropped chunks and the optimized ownership transfer in case of pipeTo between an owning ReadableStream and an owning WritableStream.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/1271#issuecomment-1511694484
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/streams/pull/1271/c1511694484@github.com>

Received on Monday, 17 April 2023 16:21:27 UTC