Native Support for Promises in Node.js

前端 未结 8 682
陌清茗
陌清茗 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:17

    Although promises are not natively in node.js (yet). The IO.js fork of node.js has them natively. See: http://davidwalsh.name/es6-io

提交回复
热议问题