LibWeb: Add popstate event support

It is going to be useful in writing tests for History API.
This commit is contained in:
Aliaksandr Kalenik 2024-04-10 21:25:31 -07:00 committed by Andreas Kling
commit ee3dd7977d
Notes: sideshowbarker 2024-07-17 16:42:19 +09:00
11 changed files with 134 additions and 3 deletions

View file

@ -197,6 +197,7 @@ libweb_js_bindings(HTML/PageTransitionEvent)
libweb_js_bindings(HTML/Path2D)
libweb_js_bindings(HTML/Plugin)
libweb_js_bindings(HTML/PluginArray)
libweb_js_bindings(HTML/PopStateEvent)
libweb_js_bindings(HTML/PromiseRejectionEvent)
libweb_js_bindings(HTML/Storage)
libweb_js_bindings(HTML/SubmitEvent)