Skip to content

Commit a603164

Browse files
authored
FF140 Relnote - TaskSignal.any() (#39635)
1 parent a622c60 commit a603164

File tree

1 file changed

+6
-0
lines changed
  • files/en-us/mozilla/firefox/releases/140

1 file changed

+6
-0
lines changed

files/en-us/mozilla/firefox/releases/140/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ These features are shipping in Firefox 140 but are disabled by default. To exper
7272
The [`Notification.maxActions`](/en-US/docs/Web/API/Notification/maxActions_static) read-only static property returns the browser limit on the number of actions that can be associated with a `Notification`, which you create using {{domxref("ServiceWorkerRegistration.showNotification()")}}.
7373
This was released prematurely in Firefox version 138, and this change makes it available only in the Nightly build. ([Firefox bug 1963263](https://bugzil.la/1963263)).
7474

75+
- **Prioritized Task Scheduling API** (Nightly release).
76+
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 are defined in a website developer's code, or in third-party libraries and frameworks.
77+
This adds support for the [`TaskSignal.any()`](/en-US/docs/Web/API/TaskSignal/any_static) static method, which returns a signal that is triggered when any of the `TaskSignal` objects it is created from are triggered.
78+
The API is now feature complete.
79+
([Firefox bug 1964407](https://bugzil.la/1964407)).
80+
7581
## Older versions
7682

7783
{{Firefox_for_developers}}

0 commit comments

Comments
 (0)