Re: Promises: Auto-assimilating thenables returned by .then() callbacks: yay/nay?

On Thu, May 2, 2013 at 12:31 PM, Domenic Denicola
<domenic@domenicdenicola.com> wrote:
> DOMFuture has made no such switch. Some variable names were changed, but
> nothing more.

Ugh, I read the commits wrong.  His most recent changes are *not* just
variable-name changes, but they're less significant than I thought.
(They make an omitted acceptCallback use the accept algorithm, so that
calling ".then(alert)" and ".then().then(alert)" would have the same
behavior on nested promises.)

While I clear that up (since the naming and the behavior are not
inconsistent, which is extremely confusing), can you comment on the
rest of my message?

~TJ

Received on Thursday, 2 May 2013 19:48:08 UTC