mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:27:35 +00:00
LibWeb: Add the IdleDeadline interface from the RequestIdleCallback spec
This commit is contained in:
parent
64df30230d
commit
11bb6e045f
6 changed files with 83 additions and 1 deletions
|
@ -153,6 +153,10 @@ namespace Web::NavigationTiming {
|
|||
class PerformanceTiming;
|
||||
}
|
||||
|
||||
namespace Web::RequestIdleCallback {
|
||||
class IdleDeadline;
|
||||
}
|
||||
|
||||
namespace Web::SVG {
|
||||
class SVGElement;
|
||||
class SVGGeometryElement;
|
||||
|
@ -302,6 +306,7 @@ class HTMLTrackElementWrapper;
|
|||
class HTMLUListElementWrapper;
|
||||
class HTMLUnknownElementWrapper;
|
||||
class HTMLVideoElementWrapper;
|
||||
class IdleDeadlineWrapper;
|
||||
class ImageDataWrapper;
|
||||
class LocationObject;
|
||||
class MediaQueryListWrapper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue