Re: Futures

2013/4/26 Anne van Kesteren <annevk@annevk.nl>

> > If resolve called the thenable's then() with accept and reject, it would

 > only unwrap one layer.
>
> Oops yeah. I guess that should be fixed. :/
>

Fixing that would break compatibility with Promises/A+. To remain
compatible with A+ and unwrap only one layer, the spec would need a way to
discern promises from thenables.

Juan

Received on Friday, 26 April 2013 19:10:17 UTC