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

6 lines
118 B
Text

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