- From: Domenic Denicola <notifications@github.com>
- Date: Sun, 08 Mar 2020 10:54:44 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 8 March 2020 17:54:57 UTC
> 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