- From: Adam Rice <notifications@github.com>
- Date: Fri, 30 Mar 2018 08:07:53 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 30 March 2018 15:08:17 UTC
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