#551: Transferable Streams Spec
Discussions
Comment by @cynthia Sep 23, 2020 (See Github)
@ylafon and I discussed this during our "F2F".
One concern is that the overrides for the methods in readable/writeable streams could be confusing initially, but users will most likely adapt to it after some initial confusion - so not an issue that should block progress, but maybe something to think about.
Aside from that, no outstanding issues we see here, and we are happy to see this work move forward. Thanks for bringing this to our attention!
Comment by @cynthia Sep 23, 2020 (See Github)
Group agreed to close this. Thanks for bringing this to our attention!
OpenedAug 20, 2020
Saluton TAG!
I'm requesting a TAG review of transferable streams.
The streams APIs provide ubiquitous, interoperable primitives for creating, composing, and consuming streams of data. A natural thing to want to do with a stream is pass it off to a web worker. This provides a building block that is easy and natural to use for offloading work onto another thread. Once you can speak the language of streams, you can use that same language to make use of a Worker.
Further details:
You should also know that...
This feature previously had an early review at https://github.com/w3ctag/design-reviews/issues/332.
We'd prefer the TAG provide feedback as (please delete all but the desired option):
🐛 open issues in our GitHub repo for each point of feedback