- From: Kyle Simpson <notifications@github.com>
- Date: Mon, 30 Mar 2015 11:01:50 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Monday, 30 March 2015 18:02:13 UTC
> you externally invoke `.next(value)` there Where do you invoke this? On the return value from an `async function`? That's currently thought of as being a normal promise, not an iterator, so `next(..)` call there wouldn't make any sense. It's also not clear how that addresses what you're talking about, or answering my direct question: **In your view of cancelable promises as being decided based on what you pass into the promise constructor, how do you *do* that when the promise is constructed implicitly behind the scenes?** --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/27#issuecomment-87774559
Received on Monday, 30 March 2015 18:02:13 UTC