mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 02:09:24 +00:00
LibWeb: Flesh out apply the history step to setup the navigation API
We now populate the navigation history entries in the navigation API and fire more navigation events as appropriate.
This commit is contained in:
parent
a8091c009b
commit
6c1944ee61
Notes:
sideshowbarker
2024-07-16 22:34:39 +09:00
Author: https://github.com/ADKaster
Commit: 6c1944ee61
Pull-request: https://github.com/SerenityOS/serenity/pull/22850
11 changed files with 339 additions and 78 deletions
|
@ -1,5 +1,5 @@
|
|||
entries is empty: true
|
||||
currentEntry is null: true
|
||||
entries[length - 1] is current entry: true
|
||||
currentEntry is a [object NavigationHistoryEntry]
|
||||
transition is null: true
|
||||
canGoBack: false
|
||||
canGoForward: false
|
||||
canGoBack: true
|
||||
canGoForward: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue