Prioritized Task Scheduling API#15978
Conversation
files/en-us/web/api/taskprioritychangeevent/taskprioritychangeevent/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/api/taskprioritychangeevent/previousPriority/index.md
Outdated
Show resolved
Hide resolved
teoli2003
left a comment
There was a problem hiding this comment.
Added a few drive-by comments.
files/en-us/web/api/taskprioritychangeevent/taskprioritychangeevent/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/api/taskprioritychangeevent/taskprioritychangeevent/index.md
Outdated
Show resolved
Hide resolved
cae83c3 to
50dbbcd
Compare
|
@teoli2003 This is getting close but isn't quite ready for full review. However I would appreciate a partial review of the bits that have been done if you are able? EDITED: Remaining tasks:
|
e0f57e2 to
e54fa8d
Compare
9fc74f5 to
7ee4d87
Compare
| @@ -0,0 +1,66 @@ | |||
| --- | |||
There was a problem hiding this comment.
FYI , this is the global object. To prevent file clash with the Scheduler interface this file lives under Window. However it is described as a global object where it is referenced.
|
This is now ready for review. It is waiting on BCD for the global scheduler property, and I will also need to add that to the sidebar, provided this gets merged. |
| The [Prioritized Task Scheduling API](/en-US/docs/Web/API/Prioritized_Task_Scheduling_API) provides a standardized way to prioritize all tasks belonging to an application, whether they defined in a website developer's code, or in third party libraries and frameworks. | ||
|
|
||
| This is enabled on Firefox Nightly (only) from Firefox 101. | ||
| No preference is provided to allow it to be enabled in other releases. |
There was a problem hiding this comment.
As no preference provided you can't turn is on for other releases. As such, no point in adding the normal table showing what's enabled or not in each release.
files/en-us/web/api/taskprioritychangeevent/previouspriority/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/api/taskprioritychangeevent/previouspriority/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/api/taskprioritychangeevent/taskprioritychangeevent/index.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com>
|
@hamishwillee Not sure if you want more people to review, so I'm not merging. But if not, you can just merge it. |
|
Thanks very much @teoli2003 . I wasn't sure if you'd done a drive-by review or a full review - so I'd also asked Will for a review. Since you're happy and he's on holiday, let's merge. We can always iterated (it is unlikely to be "wrong", just not necessarily best examples etc.) |
FF101 delivers the Prioritized Task Scheduling API (a prototype) in https://bugzilla.mozilla.org/show_bug.cgi?id=1734997
This documents the API. Guide is in the API Overview doc.
It also includes update to experimental features.
Other docs work can be tracked in #15468