-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Is it too late to remove SharedArrayBuffer from the spec? #1060
Comments
JavaScriptCore implements tail call 😁 At least looking at Mozilla's messaging, the intent seems to be to re-enable SAB in the future:
It seems premature to remove SAB from the spec given this intent. |
I'd suggest we add a NOTE in the specification pointing to the issue, and saying something to the effect of, "it's understandable if implementations can't ship this due to security issues". Maybe violating spec conformance temporarily will be a little push towards getting implementers to implement and deploy these mitigations. |
Closing in favor of #1435. |
As major browser vendors have recently disabled SharedArrayBuffer as a security mitigation, is it too late to remove SharedArrayBuffer from the spec? It would be confusing to have yet another feature like proper tail calls in the spec that nobody actually implements.
The text was updated successfully, but these errors were encountered: