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:
parent
d9d8896380
commit
6ec88b36b9
2 changed files with 22 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue