summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/RequestIdleCallback/IdleDeadline.idl
blob: 2f80cdf34d22a51ff8bbf419e8dcf818ec794ded (plain)
1
2
3
4
5
6
7
8
// https://w3c.github.io/requestidlecallback/#dom-idledeadline
[Exposed=Window]
interface IdleDeadline {

    double timeRemaining();
    readonly attribute boolean didTimeout;

};