Skip to content

Thenable isn't cancelable anymore #38

Open
@AndyOGo

Description

@AndyOGo

Calling .then() on a CancelablePromise returns a Promise, which can't be canceled anymore.

Problem is here:

p-cancelable/index.js

Lines 73 to 75 in cdec148

then(onFulfilled, onRejected) {
return this.#promise.then(onFulfilled, onRejected);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions