- From: isonmad <notifications@github.com>
- Date: Thu, 08 Dec 2016 18:34:24 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Friday, 9 December 2016 02:34:59 UTC
isonmad commented on this pull request. > @@ -3589,11 +3634,13 @@ throughout the rest of this standard. </emu-alg> <h4 id="enqueue-value-with-size" aoid="EnqueueValueWithSize" throws>EnqueueValueWithSize ( <var>queue</var>, -<var>value</var>, <var>size</var> )</h4> +<var>value</var>, <var>size</var>, <var>targetRealm</var> )</h4> Well for one, it would mean reimplementing the same code for WritableStream eventually, so I guess there could be a wrapper both RS and WS use to enqueue? But then there would be literally no users of EnqueueValueWithSize except the wrapper, so... -- 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/623
Received on Friday, 9 December 2016 02:34:59 UTC