Files
ladybird/Userland/Libraries/LibWeb/HTML/Parser/HTMLDocumentParser.cpp
Andreas Kling 882c7b1295 LibWeb: Spin the event loop in HTML parser until scripts can run
Call HTML::EventLoop::spin_until() from the HTML parser when deciding
whether we can run a script yet.

Note that spin_until() actually doesn't do any work yet.
2021-09-09 02:30:54 +02:00

117 KiB