LibWeb: Implement VideoTrack and VideoTrackList

This implements the IDL for these types and some event handling around
them.
This commit is contained in:
Timothy Flynn 2023-04-04 09:26:02 -04:00 committed by Linus Groh
commit 3f1badf9b2
Notes: sideshowbarker 2024-07-17 06:00:02 +09:00
10 changed files with 367 additions and 1 deletions

View file

@ -55,6 +55,8 @@ static bool is_platform_object(Type const& type)
"Text"sv,
"TextMetrics"sv,
"URLSearchParams"sv,
"VideoTrack"sv,
"VideoTrackList"sv,
"WebGLRenderingContext"sv,
"Window"sv,
"WritableStream"sv,