1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 15:25:08 +00:00
serenity/Userland/Libraries/LibWeb/RequestIdleCallback/IdleDeadline.idl

6 lines
118 B
Text

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