[fetch] ReadableStream constructor call is not quite right (#250)

https://fetch.spec.whatwg.org/#readablestream

> Let stream be the result of calling the initial value of ReadableStream as constructor with init as an argument\. Rethrow any exceptions\. 

The strategy should be the second parameter, not a property of the first. This probably changed a while ago in streams and we didn't realize when reviewing... @yutakahirano 

---
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/fetch/issues/250

Received on Thursday, 17 March 2016 18:50:10 UTC