1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:37:36 +00:00

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
parent 11af5119b6
commit 6520a9a849
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,