mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 00:56:39 +00:00
LibWeb/HTML: Implement TextTrackList IDL interface
This commit is contained in:
parent
ba8e77df16
commit
ecad28657a
Notes:
sideshowbarker
2024-07-18 00:34:07 +09:00
Author: https://github.com/jamierocks
Commit: ecad28657a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/447
Reviewed-by: https://github.com/awesomekling
10 changed files with 177 additions and 0 deletions
|
@ -85,6 +85,7 @@ static bool is_platform_object(Type const& type)
|
|||
"Table"sv,
|
||||
"Text"sv,
|
||||
"TextMetrics"sv,
|
||||
"TextTrack"sv,
|
||||
"URLSearchParams"sv,
|
||||
"VideoTrack"sv,
|
||||
"VideoTrackList"sv,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue