mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 08:28:11 +00:00
LibWeb: Implement "close a top-level traversable"
This commit is contained in:
parent
f3a6fe256f
commit
5a704453af
2 changed files with 20 additions and 0 deletions
|
@ -46,6 +46,7 @@ public:
|
|||
void clear_the_forward_session_history();
|
||||
void traverse_the_history_by_delta(int delta);
|
||||
|
||||
void close_top_level_traversable();
|
||||
void destroy_top_level_traversable();
|
||||
|
||||
void append_session_history_traversal_steps(JS::SafeFunction<void()> steps)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue