t
Size: a a a
t
АК
PV
E
loader.load()в loader.load() простой fetch
.then((modal) => {
citySelectModal = modal;
citySelectModal.show();
})
;
return fetch(url, {
body: data,
cache: 'no-cache',
credentials: 'same-origin',
headers,
method: 'POST',
mode: 'cors',
redirect: 'follow',
referrer: 'no-referrer',
})
.then((response) => {
return response.json();
});
в итоге во всех браузерах ок, а в ie11 в modal всегда nullL
loader.load()в loader.load() простой fetch
.then((modal) => {
citySelectModal = modal;
citySelectModal.show();
})
;
return fetch(url, {
body: data,
cache: 'no-cache',
credentials: 'same-origin',
headers,
method: 'POST',
mode: 'cors',
redirect: 'follow',
referrer: 'no-referrer',
})
.then((response) => {
return response.json();
});
в итоге во всех браузерах ок, а в ie11 в modal всегда nullE
L
E
L