This commit is contained in:
the-djmaze 2022-10-05 11:39:25 +02:00
parent 0259f636b0
commit 6291abf83e

View file

@ -49,6 +49,7 @@ fetchJSON = (action, sGetAdd, params, timeout, jsonCallback) => {
} else {
params.Action = action;
}
// Don't abort, read https://github.com/the-djmaze/snappymail/issues/487
// abort(action);
const controller = new AbortController(),
signal = controller.signal;