We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
instantiateStreaming
Correct information about the support for this API in Safari TP.
I have run code which requires the compileStreaming on the current Safari TP and it works correctly.
javascript.builtins.WebAssembly.compileStreaming
The text was updated successfully, but these errors were encountered:
Looks like this was fixed in #10898!
Sorry, something went wrong.
No branches or pull requests
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
javascript.builtins.WebAssembly.compileStreaming
The text was updated successfully, but these errors were encountered: