Comment on You can't cancel a JavaScript promise (except sometimes you can)parentComments−CharlieDigital5moC# has very good support for this.You can even link cancellation tokens together and have different cancellation "roots".
Comments
C# has very good support for this.
You can even link cancellation tokens together and have different cancellation "roots".