В
Size: a a a
В
В
F
В
В
З🧟
В
В
В
В
L
В
F
F
З🧟
L
NR
request = (url, method, params = {}) => fetch(baseURL + url, {
method,
headers: this.headers,
mode: 'no-cors',
...({
GET: {},
POST: {
body: JSON.stringify(params)
}
})[method]
}).then((res) => res.json()).catch((e) => console.info(e));
В
В
В