UNPKG

cl-uni

Version:

cool-uni: button、form ...

12 lines (10 loc) 208 B
Promise.prototype.done = function(cb) { let P = this.constructor; return this.then( value => P.resolve(cb()).then(() => value), reason => P.resolve(cb()).then(() => { throw reason; }) ); };