mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
LibWeb: Add HTML::EventNames::loadend
This commit is contained in:
parent
3a6339f3dd
commit
47616210b6
Notes:
sideshowbarker
2024-07-17 04:32:07 +09:00
Author: https://github.com/shannonbooth Commit: https://github.com/SerenityOS/serenity/commit/47616210b6 Pull-request: https://github.com/SerenityOS/serenity/pull/21008 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/AtkinsSJ
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ namespace Web::HTML::EventNames {
|
|||
__ENUMERATE_HTML_EVENT(languagechange) \
|
||||
__ENUMERATE_HTML_EVENT(load) \
|
||||
__ENUMERATE_HTML_EVENT(loaded) \
|
||||
__ENUMERATE_HTML_EVENT(loadend) \
|
||||
__ENUMERATE_HTML_EVENT(loadeddata) \
|
||||
__ENUMERATE_HTML_EVENT(loadedmetadata) \
|
||||
__ENUMERATE_HTML_EVENT(loadstart) \
|
||||
|
|
Loading…
Reference in a new issue