mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:07:34 +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
|
@ -186,6 +186,7 @@ standard_idl_files = [
|
|||
"//Userland/Libraries/LibWeb/HTML/NavigationCurrentEntryChangeEvent.idl",
|
||||
"//Userland/Libraries/LibWeb/HTML/NavigationDestination.idl",
|
||||
"//Userland/Libraries/LibWeb/HTML/NavigationHistoryEntry.idl",
|
||||
"//Userland/Libraries/LibWeb/HTML/NavigationTransition.idl",
|
||||
"//Userland/Libraries/LibWeb/HTML/Navigator.idl",
|
||||
"//Userland/Libraries/LibWeb/HTML/PageTransitionEvent.idl",
|
||||
"//Userland/Libraries/LibWeb/HTML/Path2D.idl",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue