LibWeb: Implement more of "completely finish loading the document"

This commit is contained in:
Andreas Kling 2021-09-26 02:25:02 +02:00
commit 5f4a723e51
Notes: sideshowbarker 2024-07-18 03:26:52 +09:00
3 changed files with 44 additions and 2 deletions

View file

@ -26,4 +26,6 @@ private:
void load_src(const String&);
};
void run_iframe_load_event_steps(HTML::HTMLIFrameElement&);
}