LibWeb: Add CustomStateSet IDL type

This commit is contained in:
Sam Atkins 2025-07-03 17:32:10 +01:00 committed by Tim Ledbetter
commit e63d81b36e
Notes: github-actions[bot] 2025-07-04 17:11:54 +00:00
9 changed files with 104 additions and 0 deletions

View file

@ -128,6 +128,7 @@ libweb_js_bindings(HTML/CloseEvent)
libweb_js_bindings(HTML/CloseWatcher)
libweb_js_bindings(HTML/CommandEvent)
libweb_js_bindings(HTML/CustomElements/CustomElementRegistry)
libweb_js_bindings(HTML/CustomElements/CustomStateSet)
libweb_js_bindings(HTML/DataTransfer)
libweb_js_bindings(HTML/DataTransferItem)
libweb_js_bindings(HTML/DataTransferItemList)