mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:37:34 +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
|
@ -44,6 +44,7 @@ static bool is_platform_object(Type const& type)
|
|||
"Module"sv,
|
||||
"MutationRecord"sv,
|
||||
"NamedNodeMap"sv,
|
||||
"NavigationHistoryEntry"sv,
|
||||
"Node"sv,
|
||||
"Path2D"sv,
|
||||
"PerformanceEntry"sv,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue