[whatwg/streams] ReadableStream constructor: standard text and reference implementation doesn't match (#917)

In the standard text, underlyingSource.type is looked up before strategy.size, but the reference implementation still uses destructuring assignment in the constructor arguments and so looks up "size" first.

This difference is observable, but none of our tests are observing it.

-- 
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/issues/917

Received on Friday, 30 March 2018 15:08:17 UTC