domenic / promises-unwrapping

The ES6 promises spec, as per September 2013 TC39 meeting
1.23k stars 94 forks source link

Formalize iteration protocol #46

Closed domenic closed 10 years ago

domenic commented 10 years ago

In Promise.race and Promise.all I currently do

For each value nextValue of iterable,

I should use the new IteratorStep abstract operation.