We are now making progress with WHATWG (web) streams #39062. Which brings up the question, what is our long term strategy in terms of streams?
What is the preferred implementation for core modules? Do we always implement as node streams and then wrap to web streams? Or the other way around? If the other way around should we look into re-implementing existing apis?
Basically when do we use which streams type?
I haven’t personally looked at web streams so I don’t really have any opinions yet in regards to pros and cons relative node streams.
We are now making progress with WHATWG (web) streams #39062. Which brings up the question, what is our long term strategy in terms of streams?
What is the preferred implementation for core modules? Do we always implement as node streams and then wrap to web streams? Or the other way around? If the other way around should we look into re-implementing existing apis?
Basically when do we use which streams type?
I haven’t personally looked at web streams so I don’t really have any opinions yet in regards to pros and cons relative node streams.