summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/RequestIdleCallback/IdleDeadline.idl
blob: 0088fa3c6872657ff3a9da48c5fd9b440f68c33b (plain)
1
2
3
4
5
6
[Exposed=Window] interface IdleDeadline {

    double timeRemaining();
    readonly attribute boolean didTimeout;

};