You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-pl...@mozilla.org
As of Firefox 143, I intend to enable Atomics.waitAsync by default
on all platforms. It is currently available in all builds, but disabled by default and controlled by the `javascript.options.experimental.javascript.options.atomics_wait_async`
preference. Atomics.waitAsync allows verifying that a shared memory location in a TypedArray contains a specified value, for more details see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Atomics/waitAsync.
The proposal reached Stage 4 of the TC39 process in May 2023, V8 shipped their implementation in Chrome 87, and Safari shipped in 16.4.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-pl...@mozilla.org
Just to note that Atomics.waitAsync still has not shipped, we encountered a test failure in a test that was not previously being run, see https://bugzilla.mozilla.org/show_bug.cgi?id=1980271 for more details.
Daniel Minor
unread,
Sep 17, 2025, 8:12:32 AM (23 hours ago) Sep 17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message