1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 17:28:11 +00:00

LibWeb: Implement "get the target history entry" for navigables

This commit is contained in:
Aliaksandr Kalenik 2023-04-06 23:30:02 +03:00 committed by Andreas Kling
parent d9d8896380
commit 6ec88b36b9
2 changed files with 22 additions and 0 deletions

View file

@ -42,6 +42,8 @@ public:
JS::GCPtr<WindowProxy> active_window_proxy();
JS::GCPtr<Window> active_window();
JS::GCPtr<SessionHistoryEntry> get_the_target_history_entry(int target_step) const;
String target_name() const;
JS::GCPtr<NavigableContainer> container() const;