1
Fork 0
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:
Andreas Kling 2021-09-26 02:25:02 +02:00
parent bfec16ce46
commit 5f4a723e51
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&);
}