IEventLoop
Represents the DOM event loop processing stages and steps of algorithms.
See 7.1.4.2 Processing model.
void CancelAll()
Cancels all running and remaining tasks.
Enqueues a given task with the associated document.
void Spin()
Spins the event loop.