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

@ -482,6 +482,7 @@ set(SOURCES
HTML/SharedResourceRequest.cpp
HTML/SourceSet.cpp
HTML/Storage.cpp
HTML/StorageEvent.cpp
HTML/StructuredSerialize.cpp
HTML/SubmitEvent.cpp
HTML/SyntaxHighlighter/SyntaxHighlighter.cpp