combine-promises icon indicating copy to clipboard operation
combine-promises copied to clipboard

Accept non promise ?

Open raskyer opened this issue 1 year ago • 2 comments

Promise.all accept non promise in its array, whereas combinePromises need a Promise in order to not complain. An easy workaround is to put Promise.resolve but it would be even better to be able to pass raw data directly as for Promise.all

raskyer avatar Mar 29 '23 13:03 raskyer

Is it a dead project @slorber ?

raskyer avatar Jul 14 '23 13:07 raskyer

@raskyer that looks reasonable, if you submit a PR I'll merge it 👍

slorber avatar Jul 27 '23 15:07 slorber