Re: [streams] Fix ReadableStream constructor if not getting a promise as startResult (#250)

No, you're missing what I said. The next line contains

> Resolve startResult as a promise: 

so in the case of startResult undefined, the promise that we're doing "on fulfillment"/"on rejection" on will be equivalent to `Promise.resolve(undefined)`.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/250#issuecomment-66299989

Received on Tuesday, 9 December 2014 15:29:13 UTC