ecamp / ecamp/hal-json-vuex

Promise `finally` not working

Open
#84 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
8
Forks
3
PR merge metrics
No merged PRs in 30d

Description

Reportedly, on 1.x, the following does not work:
```
this.api.href(this.api.get(), 'invitation', {
action: 'resend',
}).then(postUrl => this.api.post(postUrl, {}))
.finally(() => /* this is never called */)
```
This is probably caused by `QueryablePromise`, which we have removed in 2.x. We should write a test.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.