Fyrd / caniuse

Raw browser/feature support data from caniuse.com
https://caniuse.com
Creative Commons Attribution 4.0 International
5.57k stars 1.37k forks source link

ECMAscript - static properties #5157

Open giffeler opened 4 years ago

giffeler commented 4 years ago
class FakeMath {
  // `PI` is a static public property.
  static PI = 22 / 7; // Close enough.

Public and private static properties

Schweinepriester commented 1 year ago

Available via MDN now: https://caniuse.com/?search=javascript+static