1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:08:13 +00:00

LibWeb: Implement more of HTMLParser::the_end() and bring closer to spec

This commit is contained in:
Andreas Kling 2021-09-26 00:51:02 +02:00
parent c772134e25
commit e7af6af626
4 changed files with 75 additions and 12 deletions

View file

@ -58,5 +58,6 @@ private:
};
EventLoop& main_thread_event_loop();
void queue_global_task(HTML::Task::Source, DOM::Document&, Function<void()> steps);
}