Closed
Description
What would be the general strategy for canceling a Promise.reduce
call? The promise itself cancels but the the current promise being waited upon for fulfillment is not notified of this cancellation.
E.g. how can I cancel this reduction?:
https://github.com/verma/plasio/blob/master/js/ui.js#L614
The fDataLoader
and loadData
methods are cancelable promises.
Metadata
Metadata
Assignees
Labels
No labels