mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
LibWeb: Add versionchange as possible value for EventName
This commit is contained in:
parent
d65e3099bc
commit
5d9b13a970
Notes:
github-actions[bot]
2024-11-08 18:12:04 +00:00
Author: https://github.com/stelar7 Commit: https://github.com/LadybirdBrowser/ladybird/commit/5d9b13a9703 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2165 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/shannonbooth
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ namespace Web::HTML::EventNames {
|
|||
__ENUMERATE_HTML_EVENT(unhandledrejection) \
|
||||
__ENUMERATE_HTML_EVENT(unload) \
|
||||
__ENUMERATE_HTML_EVENT(upgradeneeded) \
|
||||
__ENUMERATE_HTML_EVENT(versionchange) \
|
||||
__ENUMERATE_HTML_EVENT(visibilitychange) \
|
||||
__ENUMERATE_HTML_EVENT(volumechange) \
|
||||
__ENUMERATE_HTML_EVENT(waiting) \
|
||||
|
|
Loading…
Reference in a new issue