mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 11:57:34 +00:00
LibWeb/HTML: Port Window.localStorage to IDL
This commit is contained in:
parent
5cc6b1c4db
commit
37e9302dd9
4 changed files with 8 additions and 8 deletions
|
@ -7,6 +7,7 @@
|
|||
#import <HighResolutionTime/Performance.idl>
|
||||
#import <HTML/AnimationFrameProvider.idl>
|
||||
#import <HTML/Navigator.idl>
|
||||
#import <HTML/WindowLocalStorage.idl>
|
||||
#import <HTML/WindowOrWorkerGlobalScope.idl>
|
||||
#import <RequestIdleCallback/IdleRequest.idl>
|
||||
|
||||
|
@ -96,6 +97,7 @@ interface Window : EventTarget {
|
|||
Window includes AnimationFrameProvider;
|
||||
Window includes GlobalEventHandlers;
|
||||
Window includes WindowEventHandlers;
|
||||
Window includes WindowLocalStorage;
|
||||
Window includes WindowOrWorkerGlobalScope;
|
||||
|
||||
enum ScrollBehavior { "auto", "instant", "smooth" };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue