We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05cd3c commit ac61223Copy full SHA for ac61223
README.md
@@ -64,7 +64,7 @@ describe('tests with webdriver', function() {
64
`async` functions / `await`
65
---------------------------
66
67
-`async` functions and the `await` keyword are likely coming in ES7, and
+`async` functions and the `await` keyword are likely coming in ES2017 (ES8), and
68
available via several compilers. At the moment, they often break the WebDriver
69
control flow.
70
([GitHub issue](https://github.com/SeleniumHQ/selenium/issues/3037)). You can
0 commit comments