mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 06:37:52 +00:00
LibWeb: Implement HTMLMediaElement.load
This commit is contained in:
committed by
Linus Groh
parent
9ad4c9e6b0
commit
e130525c24
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2020, the SerenityOS developers.
|
||||
* Copyright (c) 2023, Tim Flynn <trflynn89@serenityos.org>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
@@ -42,7 +43,7 @@ public:
|
||||
};
|
||||
ReadyState ready_state() const { return m_ready_state; }
|
||||
|
||||
void load() const;
|
||||
WebIDL::ExceptionOr<void> load();
|
||||
double duration() const;
|
||||
void pause() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user