Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Improve export cancellation #206

Open
bryfox opened this issue Dec 11, 2018 · 0 comments
Open

Improve export cancellation #206

bryfox opened this issue Dec 11, 2018 · 0 comments
Milestone

Comments

@bryfox
Copy link
Contributor

bryfox commented Dec 11, 2018

Fetch requests in the AdminAPI should be made cancellable on the client side by an AbortController, supported as of Chrome 66 / Electron 3.

Note that polyfills like https://github.com/mo/abortcontroller-polyfill won't actually abort the request; work proceeds happily on the Server after abort is called. Currently, the workaround is to reload the page. Obviously, this workaround should be removed.

@bryfox bryfox mentioned this issue Dec 11, 2018
3 tasks
@jthrilly jthrilly added this to the Beta-stretch milestone Apr 8, 2019
@jthrilly jthrilly reopened this Jul 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants