KS
Size: a a a
KS
DR
KS
CG

DR
IL
KS
KS
IL
KS
IL
KS
IL
IL
let currentPromise = Promise.resolve();
function getData() {
const promise = api.get().then(response => {
if (promise !== currentPromise) {
return;
}
handleResponse(response);
})
currentPromise = promise;
}
KS
KS
IL
ІМ

ІМ

(¯