mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-01 15:18:06 +00:00
LibWeb/HTML: Implement CommandEvent
class
This implements the `CommandEvent` class.
This commit is contained in:
parent
ffe0b05abd
commit
cce7d8c0fb
Notes:
github-actions[bot]
2025-04-18 11:11:05 +00:00
Author: https://github.com/skyz1
Commit: cce7d8c0fb
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4220
Reviewed-by: https://github.com/tcl3 ✅
8 changed files with 297 additions and 0 deletions
|
@ -119,6 +119,7 @@ libweb_js_bindings(HTML/CanvasPattern)
|
|||
libweb_js_bindings(HTML/CanvasRenderingContext2D)
|
||||
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/DataTransfer)
|
||||
libweb_js_bindings(HTML/DataTransferItem)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue