An open API service indexing awesome lists of open source software.

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

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. :-(