mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-27 11:48:59 +00:00
LibWeb: Add HTML event 'complete'
This commit is contained in:
parent
613cd6104d
commit
d27b70ae24
Notes:
sideshowbarker
2024-07-17 09:48:50 +09:00
Author: https://github.com/shannonbooth
Commit: d27b70ae24
Pull-request: https://github.com/SerenityOS/serenity/pull/24125
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ namespace Web::HTML::EventNames {
|
|||
__ENUMERATE_HTML_EVENT(change) \
|
||||
__ENUMERATE_HTML_EVENT(click) \
|
||||
__ENUMERATE_HTML_EVENT(close) \
|
||||
__ENUMERATE_HTML_EVENT(complete) \
|
||||
__ENUMERATE_HTML_EVENT(connect) \
|
||||
__ENUMERATE_HTML_EVENT(contextmenu) \
|
||||
__ENUMERATE_HTML_EVENT(copy) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue