Image of Thomas Mair tmair.dev

Tagged promise

Promise.any like Observable operator

The ECMAScript 2021 specification adds a new `Promise.any` function. This post explains how to create a new RxJS operator porting the `Promise.any` behavior to Observables.

rxjsoperatorpromise
See all tags.