1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:07:35 +00:00

LibWeb: Implement reload for navigables

This commit is contained in:
Aliaksandr Kalenik 2023-04-07 00:08:39 +03:00 committed by Andreas Kling
parent 21f39061fd
commit ffd5b3da16
4 changed files with 28 additions and 0 deletions

View file

@ -37,6 +37,7 @@ public:
HistoryObjectLengthAndIndex get_the_history_object_length_and_index(int) const;
void apply_the_history_step(int step, Optional<SourceSnapshotParams> = {});
void apply_pending_history_changes();
int get_the_used_step(int step) const;
Vector<JS::Handle<Navigable>> get_all_navigables_whose_current_session_history_entry_will_change_or_reload(int) const;