funcool

niwinz 2023-01-10T08:26:35.099949Z

@mccraigmccraig unfortunatelly no, because the underlying promise type (the js/Promesa) works in this manner, mainly broken

niwinz 2023-01-10T08:28:00.074429Z

on the other hand, nothing prevents you to use different impl, you just need to extend the promesa protocols on top of that type and it will work as expected

mccraigmccraig 2023-01-10T08:38:11.831249Z

ah, ok... guess I'll go with my workaround then 😁... thanks @niwinz