Re: [whatwg/streams] Specify WritableStream.[[Transfer]] (#629)

> The only trouble is that, currently, writer.write() is specified to indirectly invoke strategy.size() synchronously, which is bad if strategy.size runs in a different JS context entirely.

That is an example of why I think speccing these things as piping between distinct streams will work better, instead of tying together the objects behind the scenes :-/.

-- 
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/pull/629#issuecomment-267711272

Received on Friday, 16 December 2016 22:27:52 UTC