couchbaselabs / couchbaselabs/sync_gateway_admin_ui
Fixed http request not being aborted
Open
admin-ui
bug
icebox
P1: high
- Dominant language
- JavaScript
- Stars
- 15
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Currently we are using fetch polyfill which has abort feature pending as a result we couldn't really abort http requests. Fake aborting has been implemented but this doesn't well with Channels page that send longpoll requests.
We could fix this by using other http client libraries:
- Superagent
- axios (from https://github.com/msangui/axios fork)
- XHR
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.