使用 Promise 的技巧

好文章

如何在链式处理中访问之前的 promise 返回的值?

有两种方法:

  1. break the chain
  2. bluebird .bind function

监听未 catch 的 promise,以防 silent fail

参加这篇文章