mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 12:27:36 +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
|
@ -0,0 +1,6 @@
|
|||
[Exposed=Window] interface IdleDeadline {
|
||||
|
||||
double timeRemaining();
|
||||
readonly attribute boolean didTimeout;
|
||||
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue