← 返回首页
标签:#promise
2 篇文章
-
Express框架中请求内的错误处理
Whichever method you use, if you want Express error handlers to be called in and the application to survive, you must en
-
Promise的UnhandledPromiseRejectionWarning问题
在封装Nodejs对MySQL的CRUD API的时候遇到了UnhandledPromiseRejectionWarning提示,查询了解到这是Node.js 6.6.0中增加的一个特性:对 Promise 中未处理的 rejection