Fixes and modifications

This commit is contained in:
pk
2023-07-27 16:40:07 +02:00
parent b30c9b4e2d
commit 12a8cbeba8
3 changed files with 35 additions and 8 deletions

View File

@ -24,7 +24,7 @@ export const fetchMixin = function(superClass) {
try {
const reqOptions = {
method: 'POST',
signal: this.__abortControllers.get(url).signal,
signal: overwrite ? this.__abortControllers.get(url).signal : null,
mode: 'cors',
cache: 'no-cache',
headers: {