LibWeb: Add scaffolding for DynamicsCompressorNode

This commit is contained in:
Shannon Booth 2024-05-05 10:53:34 +12:00 committed by Tim Flynn
commit 2a56df8ecd
Notes: sideshowbarker 2024-07-17 06:09:44 +09:00
7 changed files with 116 additions and 0 deletions

View file

@ -46,6 +46,7 @@ static bool is_platform_object(Type const& type)
"Document"sv,
"DocumentType"sv,
"DOMRectReadOnly"sv,
"DynamicsCompressorNode"sv,
"EventTarget"sv,
"FileList"sv,
"FontFace"sv,