mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:47:34 +00:00
LibWeb/HTML: Port Window.requestAnimationFrame() to IDL
This commit is contained in:
parent
86589f09dc
commit
211e6c1fbc
4 changed files with 25 additions and 30 deletions
|
@ -5,6 +5,7 @@
|
|||
#import <DOM/EventHandler.idl>
|
||||
#import <DOM/EventTarget.idl>
|
||||
#import <HighResolutionTime/Performance.idl>
|
||||
#import <HTML/AnimationFrameProvider.idl>
|
||||
#import <HTML/Navigator.idl>
|
||||
#import <HTML/WindowOrWorkerGlobalScope.idl>
|
||||
#import <RequestIdleCallback/IdleRequest.idl>
|
||||
|
@ -92,6 +93,7 @@ interface Window : EventTarget {
|
|||
// https://w3c.github.io/webcrypto/#crypto-interface
|
||||
[SameObject] readonly attribute Crypto crypto;
|
||||
};
|
||||
Window includes AnimationFrameProvider;
|
||||
Window includes GlobalEventHandlers;
|
||||
Window includes WindowEventHandlers;
|
||||
Window includes WindowOrWorkerGlobalScope;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue