mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 17:44:56 +09:00
LibWeb: Add hashchange event support
This commit is contained in:
parent
efefd44a9f
commit
ccb363c443
Notes:
sideshowbarker
2024-07-17 08:27:05 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: ccb363c443
Pull-request: https://github.com/SerenityOS/serenity/pull/23968
11 changed files with 144 additions and 4 deletions
|
@ -102,6 +102,7 @@ libweb_js_bindings(HTML/DOMStringMap)
|
|||
libweb_js_bindings(HTML/DataTransfer)
|
||||
libweb_js_bindings(HTML/ErrorEvent)
|
||||
libweb_js_bindings(HTML/FormDataEvent)
|
||||
libweb_js_bindings(HTML/HashChangeEvent)
|
||||
libweb_js_bindings(HTML/History)
|
||||
libweb_js_bindings(HTML/HTMLAllCollection)
|
||||
libweb_js_bindings(HTML/HTMLAnchorElement)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue