mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:57:35 +00:00
LibWeb: Add NavigationTransition, a transient property of Navigation
This property is useful for web content to determine whether an ongoing navigation has settled or not.
This commit is contained in:
parent
4989375191
commit
3dd3b2019d
11 changed files with 118 additions and 1 deletions
|
@ -172,6 +172,7 @@ libweb_js_bindings(HTML/Navigation)
|
|||
libweb_js_bindings(HTML/NavigationCurrentEntryChangeEvent)
|
||||
libweb_js_bindings(HTML/NavigationDestination)
|
||||
libweb_js_bindings(HTML/NavigationHistoryEntry)
|
||||
libweb_js_bindings(HTML/NavigationTransition)
|
||||
libweb_js_bindings(HTML/Navigator)
|
||||
libweb_js_bindings(HTML/PageTransitionEvent)
|
||||
libweb_js_bindings(HTML/Path2D)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue