Native Support for Promises in Node.js

前端 未结 8 665
陌清茗
陌清茗 2020-12-13 23:29

Is there native support for promises in current versions of Node.js?

Node.js uses the V8 engine. This JavaScript engine is also used by Chrome, and Chrome 32 has na

8条回答
  •  鱼传尺愫
    2020-12-14 00:05

    I tried Node v0.11.12 with the --harmony flag, and it does not have native promises.

    v0.11.13 and later with the --harmony flag does have Promise.

提交回复
热议问题