mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 08:18:55 +00:00
LibWeb: Support TrackEvent instances with an AudioTrack track type
This commit is contained in:
parent
11af5119b6
commit
6520a9a849
Notes:
sideshowbarker
2024-07-17 05:58:46 +09:00
Author: https://github.com/trflynn89
Commit: 6520a9a849
Pull-request: https://github.com/SerenityOS/serenity/pull/19397
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