← Back To API Reference

.all

.all() -> Promise

Consume the resolved Iterable and wait for all items to fulfill similar to Promise.all().

Promise.resolve(iterable).all() is the same as Promise.all(iterable).