mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibWeb: Implement the :seeking
pseudo-class
This matches while a media element is seeking.
This commit is contained in:
parent
4df5e24926
commit
7b4ae43b91
Notes:
sideshowbarker
2024-07-17 07:43:44 +09:00
Author: https://github.com/AtkinsSJ
Commit: 7b4ae43b91
Pull-request: https://github.com/SerenityOS/serenity/pull/20302
Reviewed-by: https://github.com/trflynn89 ✅
7 changed files with 28 additions and 3 deletions
|
@ -70,6 +70,7 @@ public:
|
|||
ReadyState ready_state() const { return m_ready_state; }
|
||||
|
||||
bool seeking() const { return m_seeking; }
|
||||
void set_seeking(bool);
|
||||
|
||||
WebIDL::ExceptionOr<void> load();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue