client-run-queue
Advanced tools
Changelog
[2.0.1] - 2022-02-02
defaultRunAfterInteractions
- so it's back to using setTimeout(func, 0)
since we want it to actually run the event loop. However, RunQueue.schedule
where delayMSec
is 0
still
uses queue-microtask.