Skip to content

SharedArrayBuffer now unsupported to mitigate Spectre attack#789

Merged
Elchi3 merged 2 commits into
masterfrom
sab-spectre
Jan 4, 2018
Merged

SharedArrayBuffer now unsupported to mitigate Spectre attack#789
Elchi3 merged 2 commits into
masterfrom
sab-spectre

Conversation

@Elchi3 Elchi3 added the data:js Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript label Jan 4, 2018
@MatonAnthony

Copy link
Copy Markdown
Contributor

Looks good to me. :)

@jwhitlock jwhitlock left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, but I didn't try it (relying on linting, Florian's expertise).

Comment thread javascript/builtins/Atomics.json Outdated
},
"safari": {
"version_added": "10.1"
"version_added": false

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be false or a version_removed?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't actually know the version this will be removed, so I thought it's best to just mark it false for now. It could be version_removed: true though. hmm...

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

{
"version_added": "46",
"version_removed": "54",
"version_removed": "55",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be a separate entry, or combined with the "57" entry?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think to properly record the history here, it should be separate.

@Elchi3 Elchi3 merged commit dafc8e0 into master Jan 4, 2018
@Elchi3 Elchi3 deleted the sab-spectre branch January 4, 2018 15:39
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

Successfully merging this pull request may close these issues.

3 participants