Re: [whatwg/streams] Communication between workers/windows via Streams API (#244)

For (3), I'm assuming the protocol would be a function of some sort. (Either one that returns the transferable parts, or one that somehow "does the transfer".) Doesn't that reintroduce

> The transfer() function cannot itself be transferred, which means that if a stream is transferred twice it will lose its ability to transfer chunks.

to (3) as well?

To me, the transfer-twice problem is the worst issue here. Everything else in the disadvantages columns seems solvable.

-- 
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/244#issuecomment-383566213

Received on Monday, 23 April 2018 13:00:19 UTC