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.classes.static - Static methods show as unsupported for Safari #9710

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

Comments

@AaronAsAChimp
Copy link

What information was incorrect, unhelpful, or incomplete?

The browser compatibility table shows that static is not supported by Safari.

What did you expect to see?

Safari, since at least version 12 according to the kangax tables, supports static methods. Having separate entries in the table for static methods and static properties would resolve this.

Did you test this? If so, how?

I ran the JavaScript Demo in Safari 14.0.3. After removing the static property, I get the expected result of "static method has been called."

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 1, 2021
@queengooborg
Copy link
Collaborator

This was updated in #10129!

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