mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Replace timeOutAction() with debounce
Replace delegateRun() Revert my throttle/debounce setTimeout() to Function.prototype[throttle/debounce]
This commit is contained in:
parent
f6a55898c7
commit
97a73c6639
28 changed files with 225 additions and 372 deletions
|
|
@ -163,7 +163,7 @@ class AbstractAjaxRemote {
|
|||
}
|
||||
};
|
||||
buildFormData(formData, params);
|
||||
init.body = (new URLSearchParams(formData)).toString();
|
||||
init.body = new URLSearchParams(formData);
|
||||
}
|
||||
|
||||
if (window.AbortController) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue