Skip to content

Commit

Permalink
update browser compat data
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Aug 8, 2021
1 parent bb4ae37 commit d945c75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/compat/js_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ var jsTable = map[JSFeature]map[Engine][]int{
ClassPrivateBrandCheck: {
Chrome: {91},
Firefox: {90},
IOS: {15},
Safari: {15},
},
ClassPrivateField: {
Chrome: {84},
Expand Down Expand Up @@ -390,7 +392,7 @@ var jsTable = map[JSFeature]map[Engine][]int{
Safari: {11, 1},
},
OptionalChain: {
Chrome: {80},
Chrome: {91},
Edge: {80},
ES: {2020},
Firefox: {74},
Expand Down

0 comments on commit d945c75

Please sign in to comment.