You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: