- From: L. David Baron <notifications@github.com>
- Date: Thu, 26 Jul 2018 22:43:32 +0000 (UTC)
- To: w3ctag/design-reviews <design-reviews@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 26 July 2018 22:43:56 UTC
So one thought is that `setTimeout` has `clearTimeout`, `requestAnimationFrame` has `cancelAnimationFrame`, and `requestIdleCallback` has `cancelIdleCallback`... but this has no cancellation method, which seems a bit odd. (It could be problematic if somebody is trying to convert code that uses one of the others to this one, which seems like a pretty reasonable scenario.) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3ctag/design-reviews/issues/294#issuecomment-408257576
Received on Thursday, 26 July 2018 22:43:56 UTC