mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-03 01:38:52 +00:00
LibWeb: Delay load event in more HTMLObjectElement situation
This commit is contained in:
parent
e88286b337
commit
2405805ddf
Notes:
github-actions[bot]
2024-11-26 17:59:01 +00:00
Author: https://github.com/awesomekling
Commit: 2405805ddf
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2592
2 changed files with 10 additions and 1 deletions
|
@ -92,6 +92,10 @@ private:
|
|||
GC::Ptr<DecodedImageData> image_data() const;
|
||||
|
||||
GC::Ptr<SharedResourceRequest> m_resource_request;
|
||||
|
||||
public:
|
||||
Optional<DOM::DocumentLoadEventDelayer> m_document_load_event_delayer_for_object_representation_task;
|
||||
Optional<DOM::DocumentLoadEventDelayer> m_document_load_event_delayer_for_resource_load;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue