1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

Add top-level await issue link to readme (#860)

This commit is contained in:
Eric Lewis 2018-09-30 11:01:08 -04:00 committed by Ryan Dahl
parent b635553fd7
commit f51903f773

View file

@ -46,7 +46,7 @@
* Always dies on uncaught errors.
* Supports top-level `await`.
* [Aims to support top-level `await`.](https://github.com/denoland/deno/issues/471)
* Aims to be browser compatible.