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