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:
parent
11af5119b6
commit
6520a9a849
5 changed files with 33 additions and 16 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue