3.5.1: Improve race errors and environment support
when.race
&Promise.race
now reject with aTypeError
if you pass something that is not iterable.- Improve scheduler compatibility with MutationObserver shims
- Simplify checks for vert.x environment
when.race
& Promise.race
now reject with a TypeError
if you pass something that is not iterable.