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.WebAssembly.compileStreaming - supported on Safari TP #9876

Closed
typedrat opened this issue Apr 15, 2021 · 1 comment
Closed
Labels
data:js Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript

Comments

@typedrat
Copy link

What information was incorrect, unhelpful, or incomplete?

The page does not report that the compileStreaming API is supported in the newest versions of Safari TP (TP 121 and newer).

This also effects the information for other recently added WASM features in TP, including instantiateStreaming.

What did you expect to see?

Correct information about the support for this API in Safari TP.

Did you test this? If so, how?

I have run code which requires the compileStreaming on the current Safari TP and it works correctly.

MDN page report details
@queengooborg queengooborg added the data:js Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript label Apr 15, 2021
@queengooborg
Copy link
Contributor

Looks like this was fixed in #10898!

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
@typedrat @queengooborg and others