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