David Bruant (2014-08-18T19:30:17.000Z)
Yes. Needed it recently.
Ended up doing ".then(f).catch(f)" which can be survived but feels stupid.

David

Le 18/08/2014 21:20, Domenic Denicola a écrit :
> Here is the current design for Promise.prototype.finally. I agree it is a useful feature.
>
>
> https://github.com/domenic/promises-unwrapping/issues/18
> _______________________________________________
> es-discuss mailing list
> es-discuss at mozilla.org
> https://mail.mozilla.org/listinfo/es-discuss
domenic at domenicdenicola.com (2014-08-22T21:33:03.914Z)
Yes. Needed it recently.
Ended up doing ".then(f).catch(f)" which can be survived but feels stupid.