mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-17 07:41:54 +00:00
LibWeb: Dispatch DOM "load" event on <iframe> elements
This commit is contained in:
parent
86a4eaca38
commit
618dcbe405
Notes:
sideshowbarker
2024-07-19 02:16:27 +09:00
Author: https://github.com/awesomekling
Commit: 618dcbe405
4 changed files with 15 additions and 0 deletions
|
@ -44,6 +44,8 @@ public:
|
|||
|
||||
const DOM::Document* content_document() const;
|
||||
|
||||
void content_frame_did_load(Badge<FrameLoader>);
|
||||
|
||||
private:
|
||||
virtual void document_did_attach_to_frame(Frame&) override;
|
||||
virtual void document_will_detach_from_frame(Frame&) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue