mirror of https://github.com/vector-im/riot-web
Add reject doc to `asyncFilter`
parent
3c45b953c0
commit
72eddef76c
|
@ -352,6 +352,7 @@ export async function asyncSomeParallel<T>(
|
|||
|
||||
/**
|
||||
* Async version of Array.filter.
|
||||
* If one of the promises rejects, the whole operation will reject.
|
||||
* @param values
|
||||
* @param predicate
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue