mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb: Delay load event in more HTMLObjectElement situation
This commit is contained in:
committed by
Andreas Kling
parent
e88286b337
commit
2405805ddf
Notes:
github-actions[bot]
2024-11-26 17:59:01 +00:00
Author: https://github.com/awesomekling Commit: https://github.com/LadybirdBrowser/ladybird/commit/2405805ddf9 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2592
@@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user