Common messages used to control the event loops in both the script and the worker
Messages used to control the script event loop.
A wrapper around various types of Receiver
s that receive event loop messages. Used for
synchronous DOM APIs that need to abstract over multiple kinds of event loops (worker/main
thread) with different Receiver interfaces.
A wrapper around various types of Sender
s that send messages back to the event loop
of a script context event loop. This will either target the main ScriptThread
event
loop or that of a worker.