mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibWeb: Implement more of "completely finish loading the document"
This commit is contained in:
parent
bfec16ce46
commit
5f4a723e51
Notes:
sideshowbarker
2024-07-18 03:26:52 +09:00
Author: https://github.com/awesomekling
Commit: 5f4a723e51
3 changed files with 44 additions and 2 deletions
|
@ -26,4 +26,6 @@ private:
|
|||
void load_src(const String&);
|
||||
};
|
||||
|
||||
void run_iframe_load_event_steps(HTML::HTMLIFrameElement&);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue