Skip to content

Commit 7bad720

Browse files
committed
merging all conflicts
2 parents 90d1a9e + 3a0b3f4 commit 7bad720

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,11 @@ Pero podemos envolverlo dentro de una función async anónima, como esto:
140140
})();
141141
```
142142

143+
<<<<<<< HEAD
143144
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).
145+
=======
146+
P.S. New feature: starting from V8 engine version 8.9+, top-level await works in [modules](info:modules).
147+
>>>>>>> 3a0b3f4e31d4c4bbe90ed4c9c6e676a888ad8311
144148
````
145149
146150
````smart header="*await* acepta \"thenables\""

0 commit comments

Comments
 (0)