mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 10:36:02 +00:00
LibWeb: Add an interface to be notified of Document state changes
Some HTML elements, e.g. HTMLMediaElement, need to take action when the document becomes inactive.
This commit is contained in:
parent
88b8969443
commit
f78eadf00f
Notes:
sideshowbarker
2024-07-16 20:42:33 +09:00
Author: https://github.com/trflynn89
Commit: f78eadf00f
Pull-request: https://github.com/SerenityOS/serenity/pull/18638
Reviewed-by: https://github.com/awesomekling
6 changed files with 92 additions and 1 deletions
|
@ -189,6 +189,7 @@ class CustomEvent;
|
|||
class Document;
|
||||
class DocumentFragment;
|
||||
class DocumentLoadEventDelayer;
|
||||
class DocumentObserver;
|
||||
class DocumentType;
|
||||
class DOMEventListener;
|
||||
class DOMImplementation;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue