LibWeb/HTML: Implement TextTrackList IDL interface

This commit is contained in:
Jamie Mansfield 2024-06-09 11:07:41 +01:00 committed by Andreas Kling
commit ecad28657a
Notes: sideshowbarker 2024-07-18 00:34:07 +09:00
10 changed files with 177 additions and 0 deletions

View file

@ -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,