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:
parent
21f39061fd
commit
ffd5b3da16
4 changed files with 28 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue