mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-11 17:37:33 +02:00
The spec says to run inline if on the navigable's active window's relevant agent's event loop, otherwise queue. WebContent is always on the main thread event loop, so this collapses to "always inline". Queueing here let the abort cancel a navigate event created later in the same task, instead of the one it was queued for.
164 KiB
164 KiB