- From: Kyle Simpson <notifications@github.com>
- Date: Wed, 25 Jan 2017 05:21:52 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 25 January 2017 13:23:18 UTC
> an object which is a promise that has a `cancel` method but no chaining at all > > ... also has a `then`. What does it mean for an object (promise?) to have a `then(..)` method but not allow chaining? Do you mean it would be a `then(..)` that returned `undefined` instead of another promise? Sounds pretty troublesome to conceive of a "thenable" that doesn't actually conform to A+ semantics for thenables -- remember we sold ourselves to thenable duck typing. -- 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/447#issuecomment-275106122
Received on Wednesday, 25 January 2017 13:23:18 UTC