Skip to content

Promise.race bug fix

Compare
Choose a tag to compare
@taylorhakes taylorhakes released this 14 Jun 06:46
· 45 commits to master since this release

Fixes issue in Promise.race where passing non promises would error. For instance

Promise.race([1,2,3])