Skip to content

Commit 3a0b3f4

Browse files
authored
Merge pull request #2430 from joaquinelio/patch-1
"exception" vs "new feature" ?
2 parents f797858 + a27b7e2 commit 3a0b3f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/11-async/08-async-await/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ But we can wrap it into an anonymous async function, like this:
140140
})();
141141
```
142142
143-
P.S. The notable exception is V8 engine version 8.9+, where top-level await works in [modules](info:modules).
143+
P.S. New feature: starting from V8 engine version 8.9+, top-level await works in [modules](info:modules).
144144
````
145145

146146
````smart header="`await` accepts \"thenables\""

0 commit comments

Comments
 (0)