LibWeb/HTML: Implement the StorageEvent interface

This commit is contained in:
Shannon Booth 2024-12-23 22:45:19 +13:00 committed by Andreas Kling
commit f3e92f2ae5
Notes: github-actions[bot] 2024-12-25 10:58:07 +00:00
13 changed files with 333 additions and 0 deletions

View file

@ -97,6 +97,7 @@ static bool is_platform_object(Type const& type)
"SVGTransform"sv,
"ShadowRoot"sv,
"SourceBuffer"sv,
"Storage"sv,
"Table"sv,
"Text"sv,
"TextMetrics"sv,