mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-23 17:59:51 +00:00
Instead of firing up a network request and synchronously blocking for it to finish via a nested event loop, we now start an asynchronous request when encountering <script src>. Once the script load finishes (or fails), it gets executed at one of the synchronization points in the HTML parser. This solves some long-standing issues with random unexpected events getting dispatched in the middle of parsing.
24 KiB
24 KiB