- From: Domenic Denicola <notifications@github.com>
- Date: Fri, 16 Dec 2016 14:27:18 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 16 December 2016 22:27:52 UTC
> 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