diff --git a/files/en-us/mozilla/firefox/experimental_features/index.md b/files/en-us/mozilla/firefox/experimental_features/index.md index 1215724b3570da9..bd4212512f17ee0 100644 --- a/files/en-us/mozilla/firefox/experimental_features/index.md +++ b/files/en-us/mozilla/firefox/experimental_features/index.md @@ -342,20 +342,7 @@ The {{CSSXRef(":heading")}} pseudo-class allows you to style all [heading elemen ## JavaScript -### Atomics.waitAsync() - -The {{jsxref("Atomics.waitAsync()")}} static method waits asynchronously on a shared memory location and returns an object representing the result of the operation. -It is non-blocking and usable on the main thread. ([Firefox bug 1467846](https://bugzil.la/1467846)). - -| Release channel | Version added | Enabled by default? | -| ----------------- | ------------- | ------------------- | -| Nightly | 140 | No | -| Developer Edition | 140 | No | -| Beta | 140 | No | -| Release | 140 | No | - -- `javascript.options.atomics_wait_async` - - : Set to `true` to enable. +**No experimental features in this release cycle.** ## APIs diff --git a/files/en-us/mozilla/firefox/releases/145/index.md b/files/en-us/mozilla/firefox/releases/145/index.md index 9b26b23c3dc5a4a..43c2b64575f3ef0 100644 --- a/files/en-us/mozilla/firefox/releases/145/index.md +++ b/files/en-us/mozilla/firefox/releases/145/index.md @@ -44,9 +44,11 @@ Firefox 145 is the current [Beta version of Firefox](https://www.firefox.com/en- - +### JavaScript - +- Firefox now supports the {{jsxref("Atomics.waitAsync()")}} static method, which allows synchronization of threads based upon the value in a shared memory location. + The method waits asynchronously on the value and returns an object representing the result of the operation. It is non-blocking and usable on the main thread. + ([Firefox bug 1884148](https://bugzil.la/1884148)).