mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 08:57:03 +03:00
Resolve #487
This commit is contained in:
parent
0259f636b0
commit
6291abf83e
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ fetchJSON = (action, sGetAdd, params, timeout, jsonCallback) => {
|
||||||
} else {
|
} else {
|
||||||
params.Action = action;
|
params.Action = action;
|
||||||
}
|
}
|
||||||
|
// Don't abort, read https://github.com/the-djmaze/snappymail/issues/487
|
||||||
// abort(action);
|
// abort(action);
|
||||||
const controller = new AbortController(),
|
const controller = new AbortController(),
|
||||||
signal = controller.signal;
|
signal = controller.signal;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue