Skip to content

Commit

Permalink
fix evanw#2247: add top-level-await compat for opera
Browse files Browse the repository at this point in the history
  • Loading branch information
lbwa committed May 14, 2022
1 parent 7abb7d8 commit 8e99575
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/compat/js_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@ var jsTable = map[JSFeature]map[Engine][]versionRange{
ES: {{start: v{2022, 0, 0}}},
Firefox: {{start: v{89, 0, 0}}},
Node: {{start: v{14, 8, 0}}},
Opera: {{start: v{75, 0, 0}}},
Safari: {{start: v{15, 0, 0}}},
},
TypeofExoticObjectIsObject: {
Expand Down

0 comments on commit 8e99575

Please sign in to comment.