[whatwg/streams] Teeing dynamically (#979)

Sorry if this is not the right place to ask this.

I've read through a bunch of the docs and it seems like most considerations for teeing are designed with teeing happening from the initial creation of a stream.  This makes sense when you're streaming a necessary "whole" of something.  

I was wondering if there was any design considerations for dynamic teeing.  Essentially, I want to tee out data to multiple sinks, but the sinks can come and go over time.  It seems like I could build something out using more than one stream, but at that point, I wouldn't even be using the tee defined in the library.

Thanks for any help!

-- 
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/979

Received on Friday, 11 January 2019 00:36:43 UTC