8000 Release Promise.race bug fix · taylorhakes/promise-polyfill · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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])
0