mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +01:00
This better reflects the text of the specification - rather than queuing a task to dispatch the load evnet as soon as the document loader is unblocked, we want to "spin the event loop until there is nothing that delays the load event in the Document." Spinning the event loop is a concept that requires running tasks completely, hence we check the condition before returning to the start of the event loop. |
||
---|---|---|
.. | ||
ban.rs | ||
Cargo.toml | ||
jstraceable.rs | ||
lib.rs | ||
unrooted_must_root.rs | ||
utils.rs |