web api instance property
Navigator: scheduling property
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
Schedulinginterface (which includes theisInputPending()method) has been superseded by theSchedulerinterface, the features of which are better designed for addressing scheduling tasks. See Don’t useisInputPending()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
SchedulerinterfacePrioritized Task Scheduling API- Faster input events with Facebook’s first browser API contribution on engineering.fb.com (2019)
- Better JS scheduling with isInputPending() on developer.chrome.com (2020)
- Optimizing long tasks on web.dev (2022)