1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:57:45 +00:00

LibWeb: Implement ToggleEvent for HTMLDetailsElement

This commit is contained in:
Timothy Flynn 2023-08-31 13:28:49 -04:00 committed by Andreas Kling
parent f598a357ad
commit 153ae93f9c
6 changed files with 98 additions and 3 deletions

View file

@ -184,6 +184,7 @@ libweb_js_bindings(HTML/Storage)
libweb_js_bindings(HTML/SubmitEvent)
libweb_js_bindings(HTML/TextMetrics)
libweb_js_bindings(HTML/TimeRanges)
libweb_js_bindings(HTML/ToggleEvent)
libweb_js_bindings(HTML/TrackEvent)
libweb_js_bindings(HTML/VideoTrack)
libweb_js_bindings(HTML/VideoTrackList)