https://github.com/tomashubelbauer/js-features
A list of JavaScript features I want to track the support of
https://github.com/tomashubelbauer/js-features
caniuse features javascript js support
Last synced: about 1 month ago
JSON representation
A list of JavaScript features I want to track the support of
- Host: GitHub
- URL: https://github.com/tomashubelbauer/js-features
- Owner: TomasHubelbauer
- Created: 2021-04-01T20:36:34.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-14T20:29:02.000Z (about 4 years ago)
- Last Synced: 2025-06-09T20:06:34.503Z (about 1 year ago)
- Topics: caniuse, features, javascript, js, support
- Language: Markdown
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# JavaScript Features
Some JavaScript features I'm interested in using and links to their support
tables. I'm including Node and browser APIs alongside the language features.
## Private Class Members
```js
class Test {
#test = true;
}
```
- [Chrome Platform Status](https://chromestatus.com/feature/6035156464828416)
- [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Private_class_fields)
- [Can I Use?](https://caniuse.com/?search=private%20class%20fields)
Blocked on Safari.
## WebMIDI
https://bugzilla.mozilla.org/show_bug.cgi?id=836897
Not supported in Firefox yet. :-(