mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 12:06:07 +00:00
LibWeb: Add popstate event support
It is going to be useful in writing tests for History API.
This commit is contained in:
parent
0ffc338406
commit
ee3dd7977d
Notes:
sideshowbarker
2024-07-17 16:42:19 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: ee3dd7977d
Pull-request: https://github.com/SerenityOS/serenity/pull/23933
11 changed files with 134 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue