LibWeb: Add CSSStyleSheet constructor binding

This commit is contained in:
Tim Ledbetter 2024-02-24 07:46:59 +00:00 committed by Andreas Kling
commit b0f57a2785
Notes: sideshowbarker 2024-07-17 06:45:52 +09:00
8 changed files with 129 additions and 2 deletions

View file

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