1
0
Fork 0
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:
Aliaksandr Kalenik 2024-04-15 04:25:24 +02:00 committed by Alexander Kalenik
parent efefd44a9f
commit ccb363c443
Notes: sideshowbarker 2024-07-17 08:27:05 +09:00
11 changed files with 144 additions and 4 deletions

View file

@ -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)