Skip to main content

Module runtime

Module runtime 

Source

Modulesยง

microtask ๐Ÿ”’
Implementation of microtasks and microtask queues. It is up to implementations of event loops to store a queue and perform checkpoints at appropriate times, as well as enqueue microtasks as required.
script_runtime ๐Ÿ”’
The script runtime contains common traits and structs commonly used by the script thread, the dom, and the worker threads.