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; };