LibWeb: Add Element.getHTML() and ShadowRoot.getHTML()

This commit is contained in:
Andreas Kling
2024-06-25 14:52:06 +02:00
committed by Andreas Kling
parent 0c47b3ff97
commit fb9f3f10f3
7 changed files with 32 additions and 2 deletions

View File

@@ -80,6 +80,7 @@ static bool is_platform_object(Type const& type)
"Request"sv,
"Selection"sv,
"SVGTransform"sv,
"ShadowRoot"sv,
"Table"sv,
"Text"sv,
"TextMetrics"sv,