DEV Community

Discussion on: Canceling setInterval in React

Collapse
 
dance2die profile image
Sung M. Kim

Thanks Robert for the cancelable promise issue.
Wow, I just looked up how to cancel promises and there are so many results and tc39 proposal for cancelable promise has been withdrawn.

How would you cancel the promise call execution?

Collapse
 
robertcoopercode profile image
Robert Cooper

That's a good question, lol. I would have to google it. I've run into the issue in the past, but can't remember how I went about resolving the problem :/

Thread Thread
 
dance2die profile image
Sung M. Kim

If I run into the situation and have to deal with it, I will share.

Thanks for the heads up, Robert 👊