Closed debopamsengupta closed 5 years ago
@ForbesLindesay indeed ! I didn't spot race()
in the documentation in the README and assumed it didn't exist :D
shall I add it there ?
That would be good. The proper reference docs are at https://www.promisejs.org/api/
fixed in #155
Currently ran into an issue in a project where using this library resulted in errors on Internet Explorer and took me a while to find out that the reason wasPromise.race()
wasn't supported.Would be nice to add this method to the library sincePromise.race()
is natively defined in ES6 :)Happy to make a PR for this if that's alright !Ignore me ! Just missing in the README :)