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

> That seems like an API you can build yourself. Write the instruction stream to an array in the worker, then read it back out in the main thread and execute the DOM operations. You can schedule the work with requestIdleCallback, setTimeout and requestAnimationFrame.

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?

---
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-227605407

Received on Tuesday, 21 June 2016 23:48:35 UTC