scheduler property

Scheduler get scheduler

The scheduler read-only property of the Window interface is the entry point for using the Prioritized Task Scheduling API.

The object has a single instance method Scheduler.postTask that is used to post prioritized tasks for scheduling.

Implementation

external Scheduler get scheduler;