Re: [whatwg/streams] 'Splitter' stream? (#1030)

> I'm stuck on how to create a writable/readable pair such that writes to a writer are automatically forwarded to the readable:

This is the precise intended use case for a transform stream: https://streams.spec.whatwg.org/#example-ts-sync-mapper might help get you started.

-- 
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/streams/issues/1030#issuecomment-596232402

Received on Sunday, 8 March 2020 17:54:57 UTC