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

Removing ES6 from WebDriver execute [async] script property tests #17824

Merged

Conversation

jimevans
Copy link
Contributor

To preserve compatibility with older user agents whose JavaScript
engines do not implement ES6 constructs, in particular array
destructuring, this PR refactors those constructs to be compatible
with the older language syntax.

To preserve compatibility with older user agents whose JavaScript
engines do not implement ES6 constructs, in particular array
destructuring, this PR refactors those constructs to be compatible
with the older language syntax.
@andreastt andreastt merged commit 4eb1792 into web-platform-tests:master Jul 15, 2019
natechapin pushed a commit to natechapin/wpt that referenced this pull request Aug 23, 2019
…tests (web-platform-tests#17824)

To preserve compatibility with older user agents whose JavaScript
engines do not implement ES6 constructs, in particular array
destructuring, this PR refactors those constructs to be compatible
with the older language syntax.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants