mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:27:35 +00:00
LibWeb/HTML: Port Window.sessionStorage to IDL
This commit is contained in:
parent
37e9302dd9
commit
a31c561a5a
4 changed files with 8 additions and 10 deletions
|
@ -9,6 +9,7 @@
|
|||
#import <HTML/Navigator.idl>
|
||||
#import <HTML/WindowLocalStorage.idl>
|
||||
#import <HTML/WindowOrWorkerGlobalScope.idl>
|
||||
#import <HTML/WindowSessionStorage.idl>
|
||||
#import <RequestIdleCallback/IdleRequest.idl>
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/nav-history-apis.html#window
|
||||
|
@ -98,6 +99,7 @@ Window includes AnimationFrameProvider;
|
|||
Window includes GlobalEventHandlers;
|
||||
Window includes WindowEventHandlers;
|
||||
Window includes WindowLocalStorage;
|
||||
Window includes WindowSessionStorage;
|
||||
Window includes WindowOrWorkerGlobalScope;
|
||||
|
||||
enum ScrollBehavior { "auto", "instant", "smooth" };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue