Back to Content

Navigator: scheduling property

files/en-us/web/api/navigator/scheduling/index.md

latest1.4 KB
Original Source

{{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.

Value

A {{domxref("Scheduling")}} object.

Example

See the {{domxref("Scheduling.isInputPending()")}} page for a full example.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also