Design Review: Prioritized Task Scheduling (big picture) #967
Labels
Focus: Web architecture (complete)
Focus: Web architecture (pending)
Resolution: satisfied
The TAG is satisfied with this design
Topic: Architecture
Architecture related topics
Venue: WHATWG
Milestone
こんにちは TAG-さん!
I'm requesting a TAG review of Prioritized Task Scheduling (big picture).
Scheduling is an important tool for improving website performance and user experience, particularly on interactive pages with a lot of JavaScript. Two important aspects of this are:
The proposal consists of:
scheduler.postTask()
,scheduler.yield()
,TaskController
, andTaskSignal
. Other APIs in the explainer are at earlier stages of thought/design).Further details:
You should also know that...
This review request is in response to a request for a "bigger picture" Scheduling APIs explainer (cc: @hober @plinss), and there is overlap with
scheduler.yield()
's specification review in #966. Some of the work here (TaskController
,TaskSignal
(except.any()
), andscheduler.postTask()
) was reviewed in #647.The text was updated successfully, but these errors were encountered: