Solution for #487 ?

This commit is contained in:
the-djmaze 2022-09-02 09:57:30 +02:00
parent afd65c809d
commit ab0b2b152c

View file

@ -49,7 +49,7 @@ fetchJSON = (action, sGetAdd, params, timeout, jsonCallback) => {
} else {
params.Action = action;
}
abort(action);
// abort(action);
const controller = new AbortController(),
signal = controller.signal;
oRequests[action] = controller;