LibWeb: Allow HTML parser to delay delivery of the document "load" event

We will now spin in "the end" until there are no more "things delaying
the load event". Of course, nothing actually uses this yet, and there
are a lot of things that need to.
This commit is contained in:
Andreas Kling 2021-09-26 01:03:42 +02:00
commit dbba0a520f
Notes: sideshowbarker 2024-07-18 03:27:03 +09:00
6 changed files with 67 additions and 1 deletions

View file

@ -64,6 +64,7 @@ class CharacterData;
class Comment;
class Document;
class DocumentFragment;
class DocumentLoadEventDelayer;
class DocumentType;
class DOMException;
class DOMImplementation;