Re: [w3ctag/design-reviews] TAG Review Request: queueMicrotask (#294)

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