Readonly
didThe 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
IdleDeadline
interface is used as the data type of the input parameter to idle callbacks established by calling Window.requestIdleCallback().MDN Reference