pub(crate) fn job_queue_microtask_checkpoint(
cx: &mut JSContext,
globalscopes: Vec<DomRoot<GlobalScope>>,
)Expand description
https://html.spec.whatwg.org/multipage/#perform-a-microtask-checkpoint Perform a microtask checkpoint, executing all queued microtasks until the queue is empty.