mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:48:11 +00:00
LibWeb: Implement more of "completely finish loading the document"
This commit is contained in:
parent
bfec16ce46
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