Promise `finally` not working
Open
- 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.