LibWeb: Support TrackEvent instances with an AudioTrack track type

This commit is contained in:
Timothy Flynn 2023-06-13 10:55:03 -04:00 committed by Andreas Kling
commit 6520a9a849
Notes: sideshowbarker 2024-07-17 05:58:46 +09:00
5 changed files with 33 additions and 16 deletions

View file

@ -27,6 +27,7 @@ static bool is_platform_object(Type const& type)
static constexpr Array types = {
"AbortSignal"sv,
"Attr"sv,
"AudioTrack"sv,
"Blob"sv,
"CanvasGradient"sv,
"CanvasPattern"sv,