- From: isonmad <notifications@github.com>
- Date: Mon, 12 Dec 2016 20:53:07 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Tuesday, 13 December 2016 04:53:39 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.
Cf. #623.
You can view, comment on, or merge this pull request online at:
https://github.com/whatwg/streams/pull/629
-- Commit Summary --
* implement WritableStream.[[Transfer]] in js
-- File Changes --
M reference-implementation/lib/writable-stream.js (70)
-- Patch Links --
https://github.com/whatwg/streams/pull/629.patch
https://github.com/whatwg/streams/pull/629.diff
--
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
Received on Tuesday, 13 December 2016 04:53:39 UTC