1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-09-18 17:36:17 +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:
Andrew Kaster 2023-08-23 10:53:11 -06:00 committed by Andrew Kaster
parent 3c1d4eab24
commit 51c2835044
10 changed files with 107 additions and 0 deletions

View file

@ -414,6 +414,7 @@ class MimeType;
class MimeTypeArray;
class Navigable;
class NavigableContainer;
class NavigationCurrentEntryChangeEvent;
class NavigationHistoryEntry;
class Navigator;
struct NavigationParams;