添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
追风的啤酒  ·  电影名称中英对照表·  7 月前    · 
独立的鸵鸟  ·  Add-Type ...·  8 月前    · 
爱旅游的感冒药  ·  IsMouseDirectlyOverCha ...·  10 月前    · 
安静的甘蔗  ·  Redis 7 with TLS, ...·  1 年前    · 
.done(
    [function(any value) fulfilledHandler],
    [function(any error) rejectedHandler]
) -> undefined

Like .then, but any unhandled rejection that ends up here will crash the process (in node) or be thrown as an error (in browsers). The use of this method is heavily discouraged and it only exists for historical reasons.