Re: [whatwg/streams] Specify ReadableStream.[[Transfer]] (#623)

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>

Oh, right, I also had a preference for throwing the `RangeError` for invalid strategy return values before potentially throwing the `DataCloneError`.

-- 
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 Tuesday, 13 December 2016 02:30:15 UTC