Firefox Tomorrow

web api instance property

Navigator: scheduling property

View on MDN ↗

Limited availability

The scheduling read-only property of the Navigator interface returns a Scheduling object for the current document, which provides methods and properties to control scheduling tasks.

[!WARNING] The Scheduling interface (which includes the isInputPending() method) has been superseded by the Scheduler interface, the features of which are better designed for addressing scheduling tasks. See Don’t use isInputPending() for more details.

Value

A Scheduling object.

Example

See the isInputPending() page for a full example.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also