Open rluvaton opened 1 year ago
I found a few problems with this issue:
Hello @rluvaton , thanks for filing the feature request. I'd like to know more about the feature. My current understanding is:
Is my understanding correct? If so I think our backend cannot support it due to various reasons.
What I mean is that we should be able to pass to every API function here (e.g. sending push notification) an AbortSignal that will propagate to the request
call (should be part of the options)
Describe the solution you'd like when sending push notifications using the messaging module, I would like to be able to pass
AbortSignal
so that I can abort the request with it