What nodejs library is most like jQuery's deferreds?

前端 未结 7 1930
失恋的感觉
失恋的感觉 2020-12-05 13:54

I\'ve become a skilled user of jQuery\'s new and amazing Deferred module, and as I\'m easing into using more of Node.js, I find myself wanting something exactly like it in m

相关标签:
7条回答
  • 2020-12-05 14:33

    This node library contains jquery 1.8.2 deferred class.

    https://www.npmjs.com/package/jquery-deferred

    npm install jquery-deferred

    0 讨论(0)
提交回复
热议问题