1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-08 20:27:35 +00:00
serenity/Userland/Libraries/LibWeb/RequestIdleCallback/IdleDeadline.idl

6 lines
118 B
Text

[Exposed=Window] interface IdleDeadline {
double timeRemaining();
readonly attribute boolean didTimeout;
};