ReadonlydidThe read-only didTimeout property on the IdleDeadline interface is a Boolean value which indicates whether or not the idle callback is being invoked because the timeout interval specified when Window.requestIdleCallback() was called has expired.
The
IdleDeadlineinterface is used as the data type of the input parameter to idle callbacks established by calling Window.requestIdleCallback().MDN Reference