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

Mark Safari support for JS public class fields partial, with note #6994

Conversation

sideshowbarker
Copy link
Member

This change marks the support in Safari for public class fields partial_implementation:true — due to the fact that while Safari does support public instance fields, it does not yet support public static fields.
See https://bugs.webkit.org/show_bug.cgi?id=194095

Fixes #6875

This change marks the support in Safari for public class fields
partial_implementation:true — due to the fact that while Safari does
support public *instance* fields, it does not yet support public
*static* fields. See https://bugs.webkit.org/show_bug.cgi?id=194095

Fixes mdn#6875
@github-actions github-actions bot added the data:js Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript label Oct 20, 2020
Copy link
Collaborator

@ddbeck ddbeck left a comment

Choose a reason for hiding this comment

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

Thanks! 🎉

@ddbeck ddbeck merged commit 8246a02 into mdn:master Oct 29, 2020
@sideshowbarker sideshowbarker deleted the sideshowbarker/js-public-static-fields-unsupported-in-safari branch October 29, 2020 16:45
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.

Public static fields from Public class fields compatibility table is incorrect for iOS Safari
2 participants