Files
ladybird/Libraries/LibWeb/HTML/Navigable.cpp
Andreas Kling e5b9dbbe96 LibWeb: Run inform_the_navigation_api_about_aborting inline
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.
2026-04-27 17:24:13 +02:00

164 KiB