Back to Browse

The new Promise any method

3.1K views
Dec 3, 2020
5:34

Another new method added recently to the Promise object is the any method, which can be thought of as an improved version of the Promise race method. Code from video: https://gist.github.com/prof3ssorSt3v3/3a9dacc5a2951a61ec0e4dddcf93ad68 Node.green reference: https://node.green/ CanIUse reference: https://caniuse.com/mdn-javascript_builtins_promise_any

Download

0 formats

No download links available.

The new Promise any method | NatokHD