LibWeb: Add stub IDL interface for AudioScheduledSourceNode

This is a base class of a few different audio nodes, most notably for
our immediate needs - OscillatorNode.
This commit is contained in:
Shannon Booth 2024-04-28 13:17:44 +12:00 committed by Andreas Kling
commit c9b2c1c747
Notes: sideshowbarker 2024-07-16 20:51:53 +09:00
7 changed files with 101 additions and 0 deletions

View file

@ -35,6 +35,7 @@ static bool is_platform_object(Type const& type)
"Attr"sv,
"AudioNode"sv,
"AudioParam"sv,
"AudioScheduledSourceNode"sv,
"AudioTrack"sv,
"BaseAudioContext"sv,
"Blob"sv,