Skip to main content

Module event_loop

Module event_loop 

Source

ModulesΒ§

document_collection πŸ”’
document_loader πŸ”’
Tracking of pending loads in a document.
script_mutation_observers πŸ”’
script_thread πŸ”’
The script thread is the thread that owns the DOM in memory, runs JavaScript, and triggers layout. It’s in charge of processing events for all same-origin pages in a frame tree, and manages the entire lifetime of pages in the frame tree from initial request to teardown.
script_window_proxies πŸ”’