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

Add Opera 75, Opera Android 63 and Edge 89 support for top level await #10632

Merged
merged 2 commits into from
Jun 4, 2021

Conversation

lukewarlow
Copy link
Contributor

@lukewarlow lukewarlow commented May 25, 2021

Summary

This PR adds Opera 75, Opera Android 63 and Edge 89 (which are all based on Chromium 89) support for await at the top level of a module.

Test results and supporting details

Tested in Opera 75 and Edge 92 (which are the version I have access to)

@github-actions github-actions bot added the data:js Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript label May 25, 2021
@lukewarlow
Copy link
Contributor Author

If #10334 is merged first this MR will need updating (or a follow up MR) to set Safari version to preview, as top level await has been supported since TP122

@lukewarlow lukewarlow changed the title Add Opera 75 and Edge 89 support for top level await Add Opera 75, Opera Android 63 and Edge 89 support for top level await May 28, 2021
Copy link
Collaborator

@ddbeck ddbeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One small suggestion in a line comment. Thank you, @lukewarlow!

javascript/operators/await.json Show resolved Hide resolved
@lukewarlow lukewarlow requested a review from ddbeck June 4, 2021 12:37
Copy link
Collaborator

@ddbeck ddbeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thank you! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:js Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants