mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2026-08-15 21:44:51 +02:00
bluebird: Promise.prototype.finally is standard Promise API method (#1509)
This commit is contained in:
@@ -18,7 +18,7 @@ promise
|
||||
.spread(okFn, errFn) // *
|
||||
.catch(errFn)
|
||||
.catch(TypeError, errFn) // *
|
||||
.finally(fn) // *
|
||||
.finally(fn)
|
||||
.map(function (e) { ··· }) // *
|
||||
.each(function (e) { ··· }) // *
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user