Skip to content

Commit 98c224e

Browse files
authored
FF145 Relnote/Expr: Atomics.waitAsync() (#41652)
* FF145 Relnote/Expr: Atomics.waitAsync() * improve relnote
1 parent bdb54a2 commit 98c224e

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

files/en-us/mozilla/firefox/experimental_features/index.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -342,20 +342,7 @@ The {{CSSXRef(":heading")}} pseudo-class allows you to style all [heading elemen
342342

343343
## JavaScript
344344

345-
### Atomics.waitAsync()
346-
347-
The {{jsxref("Atomics.waitAsync()")}} static method waits asynchronously on a shared memory location and returns an object representing the result of the operation.
348-
It is non-blocking and usable on the main thread. ([Firefox bug 1467846](https://bugzil.la/1467846)).
349-
350-
| Release channel | Version added | Enabled by default? |
351-
| ----------------- | ------------- | ------------------- |
352-
| Nightly | 140 | No |
353-
| Developer Edition | 140 | No |
354-
| Beta | 140 | No |
355-
| Release | 140 | No |
356-
357-
- `javascript.options.atomics_wait_async`
358-
- : Set to `true` to enable.
345+
**No experimental features in this release cycle.**
359346

360347
## APIs
361348

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,11 @@ Firefox 145 is the current [Beta version of Firefox](https://www.firefox.com/en-
4444

4545
<!-- #### Removals -->
4646

47-
<!-- ### JavaScript -->
47+
### JavaScript
4848

49-
<!-- No notable changes. -->
49+
- Firefox now supports the {{jsxref("Atomics.waitAsync()")}} static method, which allows synchronization of threads based upon the value in a shared memory location.
50+
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.
51+
([Firefox bug 1884148](https://bugzil.la/1884148)).
5052

5153
<!-- #### Removals -->
5254

0 commit comments

Comments
 (0)