Skip to content

Commit ac61223

Browse files
thorn0sjelin
authored andcommitted
docs(readme): async/await is ES8 not ES7 (#64)
1 parent e05cd3c commit ac61223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ describe('tests with webdriver', function() {
6464
`async` functions / `await`
6565
---------------------------
6666

67-
`async` functions and the `await` keyword are likely coming in ES7, and
67+
`async` functions and the `await` keyword are likely coming in ES2017 (ES8), and
6868
available via several compilers. At the moment, they often break the WebDriver
6969
control flow.
7070
([GitHub issue](https://github.com/SeleniumHQ/selenium/issues/3037)). You can

0 commit comments

Comments
 (0)