LibWeb: Add stub IDL interface for PeriodicWave

PeriodicWave represents an arbitrary periodic waveform to be used
with an OscillatorNode.
This commit is contained in:
Shannon Booth 2024-04-28 12:19:19 +12:00 committed by Andreas Kling
commit b1b7e2324a
Notes: sideshowbarker 2024-07-17 00:47:29 +09:00
7 changed files with 100 additions and 0 deletions

View file

@ -34,6 +34,7 @@ static bool is_platform_object(Type const& type)
"AnimationTimeline"sv,
"Attr"sv,
"AudioTrack"sv,
"BaseAudioContext"sv,
"Blob"sv,
"CanvasGradient"sv,
"CanvasPattern"sv,
@ -63,6 +64,7 @@ static bool is_platform_object(Type const& type)
"Path2D"sv,
"PerformanceEntry"sv,
"PerformanceMark"sv,
"PeriodicWave"sv,
"PointerEvent"sv,
"ReadableStreamBYOBReader"sv,
"ReadableStreamDefaultReader"sv,