archives

« Bugzilla Issues Index

#4177 — 25.4.4.3 Promise.race, 25.4.4.3.1 PerformPromiseRaceLoop: Return "result"; Remove "Loop"


25.4.4.3 Promise.race ( iterable )

Step 13 should just "Return result." instead of "Return promiseCapability.[[Promise]]." for consistency with 25.4.4.1 Promise.all .

Similar: "PerformPromiseRaceLoop" should be renamed to "PerformPromiseRace" for consistency with "PerformPromiseAll".


fixed in rev37 editor's draft


In Rev37