1
Fork 0
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:
Andreas Kling 2022-12-17 10:37:46 +01:00
parent f3a6fe256f
commit 5a704453af
2 changed files with 20 additions and 0 deletions

View file

@ -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)