mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:48:14 +00:00
LibWeb: Add assorted AOs related to populating the navigation API's SHEs
This commit is contained in:
parent
49e0466a3d
commit
a8091c009b
6 changed files with 246 additions and 1 deletions
|
@ -73,6 +73,8 @@ private:
|
|||
|
||||
void apply_the_history_step(int step, Optional<SourceSnapshotParams> = {});
|
||||
|
||||
Vector<JS::NonnullGCPtr<SessionHistoryEntry>> get_session_history_entries_for_the_navigation_api(JS::NonnullGCPtr<Navigable>, int);
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/document-sequences.html#tn-current-session-history-step
|
||||
int m_current_session_history_step { 0 };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue