Async/await in web browser or in node.js?

前端 未结 11 1753
执念已碎
执念已碎 2020-12-29 23:18

Is there any attempt to bring async/await feature from C# 5.0 to any language which can be compiled to JavaScript (such as CoffeScript)? (So it can be used

11条回答
  •  鱼传尺愫
    2020-12-29 23:51

    For completeness: I have found that Saltarelle Compiler (which actually compiles C# to JavaScript) also supports await/async.

提交回复
热议问题