mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-14 13:32:23 +00:00
LibWeb: Implement history.scrollRestoration
This commit is contained in:
parent
5a35ee08d3
commit
2106617f5b
Notes:
github-actions[bot]
2024-10-02 23:09:11 +00:00
Author: https://github.com/gmta
Commit: 2106617f5b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1595
Reviewed-by: https://github.com/ADKaster ✅
5 changed files with 59 additions and 1 deletions
|
@ -5,7 +5,7 @@ enum ScrollRestoration { "auto", "manual" };
|
|||
[Exposed=Window]
|
||||
interface History {
|
||||
readonly attribute unsigned long length;
|
||||
[FIXME] attribute ScrollRestoration scrollRestoration;
|
||||
attribute ScrollRestoration scrollRestoration;
|
||||
readonly attribute any state;
|
||||
undefined go(optional long delta = 0);
|
||||
undefined back();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue