We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
e826101
Fixes issue in Promise.race where passing non promises would error. For instance
Promise.race
Promise.race([1,2,3])