LibWeb: Add KeyframeEffect IDL objects

This commit is contained in:
Matthew Olsson 2023-11-04 13:09:57 -07:00 committed by Andreas Kling
commit 5824916f8c
Notes: sideshowbarker 2024-07-17 07:38:17 +09:00
8 changed files with 303 additions and 0 deletions

View file

@ -44,6 +44,7 @@ static bool is_platform_object(Type const& type)
"ImageData"sv,
"Instance"sv,
"IntersectionObserverEntry"sv,
"KeyframeEffect"sv,
"Memory"sv,
"MessagePort"sv,
"Module"sv,