Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

javascript.builtins.Atomics.waitAsync - was incomplete in Chrome until Chrome 91 #21110

Open
RReverser opened this issue Oct 28, 2023 · 0 comments
Labels
data:js Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript

Comments

@RReverser
Copy link

What type of issue is this?

Browser bug (a bug with a feature that may impact site compatibility)

What information was incorrect, unhelpful, or incomplete?

Atomics.waitAsync was available since Chrome 87 as the data says, but it was incomplete / broken when using timeout params. The first correct implementation was in Chrome 91.

What browsers does this problem apply to, if applicable?

Chromium (Chrome, Edge 79+, Opera, Samsung Internet)

What did you expect to see?

It should note that implementation is broken under Chrome 91 or just say that Chrome 91 is the first version where feature appeared.

Did you test this? If so, how?

Not myself, but found via Emscripten sources which uses Chrome 91 as the minimum version below which it will use a custom polyfill instead.

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

Do you have anything more you want to share?

No response

MDN URL

No response

MDN metadata

No response

@RReverser RReverser changed the title Atomics.waitAsync - was incomplete in Chrome until Chrome 91 javascript.builtins.Atomics.waitAsync - was incomplete in Chrome until Chrome 91 Oct 28, 2023
@queengooborg queengooborg added the data:js Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript label Oct 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:js Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript
Projects
None yet
Development

No branches or pull requests

3 participants
@RReverser @queengooborg and others