You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: files/en-us/mozilla/firefox/experimental_features/index.md
+1-14Lines changed: 1 addition & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -342,20 +342,7 @@ The {{CSSXRef(":heading")}} pseudo-class allows you to style all [heading elemen
342
342
343
343
## JavaScript
344
344
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? |
Copy file name to clipboardExpand all lines: files/en-us/mozilla/firefox/releases/145/index.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,11 @@ Firefox 145 is the current [Beta version of Firefox](https://www.firefox.com/en-
44
44
45
45
<!-- #### Removals -->
46
46
47
-
<!--### JavaScript-->
47
+
### JavaScript
48
48
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.
0 commit comments