Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update top-level await for Chrome 89 #8807

Merged
merged 9 commits into from
Jan 27, 2021
15 changes: 10 additions & 5 deletions javascript/operators/await.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,10 @@
"spec_url": "https://tc39.es/proposal-top-level-await/#introduction",
"support": {
"chrome": {
"version_added": false,
"notes": "See <a href='https://crbug.com/v8/9344'>bug 9344</a>"
"version_added": "89"
},
"chrome_android": {
"version_added": false
"version_added": "89"
},
"edge": {
"version_added": false
Expand Down Expand Up @@ -117,7 +116,13 @@
}
],
"opera": {
"version_added": false
"version_added": "73",
"flags": [
{
"type": "preference",
"name": "#enable-javascript-harmony"
}
]
},
"opera_android": {
"version_added": false
Expand All @@ -133,7 +138,7 @@
"version_added": false
},
"webview_android": {
"version_added": false
"version_added": "89"
}
},
"status": {
Expand Down