Skip to content

Commit 4cfbddd

Browse files
authored
Merge pull request #467 from javascript-tutorial/sync-13da0566
Sync with upstream @ 13da056
2 parents f921d74 + 96cd7c1 commit 4cfbddd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ Pero podemos envolverlo dentro de una función async anónima, como esto:
139139
...
140140
})();
141141
```
142+
143+
P.S. La excepción notable es el motor V8 de JS versión 8.9+, donde await funciona en el nivel superior de los [módulos](info:modules).
142144
````
143145
144146
````smart header="*await* acepta \"thenables\""

0 commit comments

Comments
 (0)