mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:37:44 +00:00
LibWeb: Add NavigationCurrentEntryChangeEvent, fired when navigating
This event will be fired by Navigation when changing the current NavigationHistoryEntry.
This commit is contained in:
parent
3c1d4eab24
commit
51c2835044
10 changed files with 107 additions and 0 deletions
|
@ -168,6 +168,7 @@ libweb_js_bindings(HTML/MessageEvent)
|
|||
libweb_js_bindings(HTML/MessagePort)
|
||||
libweb_js_bindings(HTML/MimeType)
|
||||
libweb_js_bindings(HTML/MimeTypeArray)
|
||||
libweb_js_bindings(HTML/NavigationCurrentEntryChangeEvent)
|
||||
libweb_js_bindings(HTML/NavigationHistoryEntry)
|
||||
libweb_js_bindings(HTML/Navigator)
|
||||
libweb_js_bindings(HTML/PageTransitionEvent)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue