mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
LibWeb: Add MediaElementAudioSourceNode
interface
This commit is contained in:
parent
a588756105
commit
aa39aa50f7
Notes:
github-actions[bot]
2025-01-17 19:05:50 +00:00
Author: https://github.com/tcl3
Commit: aa39aa50f7
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3266
7 changed files with 111 additions and 0 deletions
|
@ -35,6 +35,7 @@ static bool is_platform_object(Type const& type)
|
|||
"AnimationTimeline"sv,
|
||||
"Attr"sv,
|
||||
"AudioBuffer"sv,
|
||||
"AudioContext"sv,
|
||||
"AudioListener"sv,
|
||||
"AudioNode"sv,
|
||||
"AudioParam"sv,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue