Skip to content

Commit

Permalink
Add more keys to Scheduler (#2040)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored Oct 22, 2024
1 parent b7b4483 commit 7b220d5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
15 changes: 15 additions & 0 deletions features/scheduler.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
name: Scheduler API
description: The `scheduler` API provides a way to prioritize all tasks belonging to an application.
spec: https://wicg.github.io/scheduling-apis/
compat_features:
- api.TaskSignal.any_static
- api.TaskSignal.prioritychange_event
- api.Scheduler
- api.Scheduler.postTask
- api.Scheduler.yield
- api.TaskController
- api.TaskController.TaskController
- api.TaskController.setPriority
- api.TaskPriorityChangeEvent
- api.TaskPriorityChangeEvent.TaskPriorityChangeEvent
- api.TaskPriorityChangeEvent.previousPriority
- api.TaskSignal
- api.TaskSignal.priority
- api.scheduler
8 changes: 8 additions & 0 deletions features/scheduler.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,16 @@ compat_features:
- api.TaskPriorityChangeEvent.previousPriority
- api.TaskSignal
- api.TaskSignal.priority
- api.TaskSignal.prioritychange_event
- api.scheduler

# baseline: false
# support:
# chrome: "116"
# chrome_android: "116"
# edge: "116"
- api.TaskSignal.any_static

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
Expand Down

0 comments on commit 7b220d5

Please sign in to comment.