mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 18:17:23 +00:00
LibWeb: Add scaffolding for DynamicsCompressorNode
This commit is contained in:
parent
e2336e2099
commit
2a56df8ecd
Notes:
sideshowbarker
2024-07-17 06:09:44 +09:00
Author: https://github.com/shannonbooth
Commit: 2a56df8ecd
Pull-request: https://github.com/SerenityOS/serenity/pull/24215
7 changed files with 116 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue