Re: [whatwg/dom] Proposal: DOMChangeList (#270)

> Which of those APIs allows code running on the main thread to know that it is starting to exceed its budget, and therefore should continue its work later, once the latency-critical work has finished?

`requestIdleCallback` does this, it gives you a high-res timestamp for how much time you should take inside the callback.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/270#issuecomment-227605954

Received on Tuesday, 21 June 2016 23:52:18 UTC