mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:17:44 +00:00
LibWeb: Add document_fully_loaded event to DocumentObserver
SVGUseElement needs to be able to query the fully loaded document for its referenced element.
This commit is contained in:
parent
31d536912c
commit
b322abd8d0
2 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,7 @@ class DocumentObserver final : public Bindings::PlatformObject {
|
|||
|
||||
public:
|
||||
JS::SafeFunction<void()> document_became_inactive;
|
||||
JS::SafeFunction<void()> document_fully_loaded;
|
||||
|
||||
private:
|
||||
explicit DocumentObserver(JS::Realm&, DOM::Document&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue