This is the task source used by MessagePort.postMessage().
This represents what the spec calls the "idle-task task source".
This patch attaches a HTML::EventLoop to the main thread JS::VM used for JavaScript bindings in the web engine. The goal here is to model the various task scheduling mechanisms of the HTML specification.