Anton Karsten
Anton Karsten
Hi @ronag I see your point, but maybe the idea is to use use something like ``` firstValueFrom(x$.pipe(takeUntil(timer(1e3)))); ``` if you want to cancel. this will than reject your promise.
Why do you think that is the **correct** way? Why do you think promise API's **should** support the AbortSignal? Dont get me wrong. I do not know what is intended....
it seems like this issue is still open. I would like to have a go at fixing it. Is there any new information or planning available for this issue? I...