files/en-us/web/api/navigator/scheduling/index.md
{{SeeCompatTable}}{{APIRef("Prioritized Task Scheduling API")}}
The scheduling read-only property of the {{domxref("Navigator")}} interface returns a {{domxref("Scheduling")}} object for the current document, which provides methods and properties to control scheduling tasks.
[!WARNING] The {{domxref("Scheduling")}} interface (which includes the {{domxref("Scheduling.isInputPending()", "isInputPending()")}} method) has been superseded by the {{domxref("Scheduler")}} interface, the features of which are better designed for addressing scheduling tasks. See Don't use
isInputPending()for more details.
A {{domxref("Scheduling")}} object.
See the {{domxref("Scheduling.isInputPending()")}} page for a full example.
{{Specifications}}
{{Compat}}