Skip to content
Merged
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions 1-js/11-async/08-async-await/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ Pero podemos envolverlo dentro de una función async anónima, como esto:
...
})();
```

P.S. The notable exception is V8 engine version 8.9+, where top-level await works in [modules](info:modules).
Comment thread
joaquinelio marked this conversation as resolved.
Outdated
````

````smart header="*await* acepta \"thenables\""
Expand Down