You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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."
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
javascript.classes.static
The text was updated successfully, but these errors were encountered: