Hi, I was wondering if this implementation complies (or intends to) with the Promises/A+ specification http://promisesaplus.com/
I think this is something worth clarifying too.
Looks like really nice work by the way, good luck.
P.S
I'm also wondering why you chose to use the 'old' promise construction style (Deferred) rather than the new one (Promise constructor), thanks.
Hi, I was wondering if this implementation complies (or intends to) with the Promises/A+ specification http://promisesaplus.com/
I think this is something worth clarifying too.
Looks like really nice work by the way, good luck.
P.S
I'm also wondering why you chose to use the 'old' promise construction style (Deferred) rather than the new one (Promise constructor), thanks.