Skip to content

Add Promise "finally" support to Deferred #4290

@MaceWindu

Description

@MaceWindu

With version 3.0 added support for ES2015 promises to Deferred object, do you plan adding ES2018 Promise.prototype.finally method?

It will allow to use Deferred objects with code, that expects ES2018 promises directly.

always method has different semantics regarding arguments/errors - they are passed to callback, where finally pass them to resulting promise

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions