Files
ladybird/Libraries/LibWeb/RequestIdleCallback/IdleDeadline.idl
2024-11-10 12:50:45 +01:00

9 lines
181 B
Plaintext

// https://w3c.github.io/requestidlecallback/#dom-idledeadline
[Exposed=Window]
interface IdleDeadline {
double timeRemaining();
readonly attribute boolean didTimeout;
};