mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibWeb: Implement HTMLTrackElement.readyState
This commit is contained in:
parent
4f4fdce62a
commit
1d12cb69d4
Notes:
github-actions[bot]
2024-08-06 06:58:30 +00:00
Author: https://github.com/jamierocks
Commit: 1d12cb69d4
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/977
Reviewed-by: https://github.com/tcl3 ✅
5 changed files with 38 additions and 1 deletions
|
@ -19,6 +19,8 @@ class HTMLTrackElement final : public HTMLElement {
|
|||
public:
|
||||
virtual ~HTMLTrackElement() override;
|
||||
|
||||
WebIDL::UnsignedShort ready_state();
|
||||
|
||||
JS::Handle<TextTrack> track() { return m_track; }
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue