- From: Scott Haseley <notifications@github.com>
- Date: Fri, 19 Nov 2021 10:49:42 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 19 November 2021 18:49:55 UTC
> * Should these timers impact [idle callback deadline computation](https://html.spec.whatwg.org/#event-loop-processing-model:map-of-active-timers)? postTask timers do not, but that may be an oversight. @shaseley @noamr Ah, yeah it's an oversight if `postTask` timers don't affect the idle deadline computation, and they do in our implementation. Looks like we'll need to insert an entry into that map, but it looks like that might also require moving `handle` outside of `setTimeout` spec? -- 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/pull/1032#issuecomment-974321480
Received on Friday, 19 November 2021 18:49:55 UTC