mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibWeb: Add CSSStyleSheet constructor binding
This commit is contained in:
parent
f303905875
commit
b0f57a2785
Notes:
sideshowbarker
2024-07-17 06:45:52 +09:00
Author: https://github.com/tcl3
Commit: b0f57a2785
Pull-request: https://github.com/SerenityOS/serenity/pull/23327
Reviewed-by: https://github.com/awesomekling
8 changed files with 129 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue