Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The Scheduling
object provides methods and properties to control scheduling tasks within the current document.
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The Scheduling
object provides methods and properties to control scheduling tasks within the current document.
isInputPending()
Experimental
Returns a boolean that indicates whether there are pending input events in the event queue, meaning that the user is attempting to interact with the page.
See the Scheduling.isInputPending()
page for a full example.
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
Scheduling |
87 | 87 | No | No | 73 | No | 87 | 87 | No | 62 | No | 14.0 |
isInputPending |
87 | 87 | No | No | 73 | No | 87 | 87 | No | 62 | No | 14.0 |
© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/Scheduling