WebIDLpedia

TaskController interface

Definition

Prioritized Task Scheduling defines TaskController



[Exposed=(Window,Worker)]
interface TaskController : AbortController {
  constructor(optional TaskControllerInit init = {});

  undefined setPriority(TaskPriority priority);
};

Methods and attributes that return objects implementing TaskController