З🧟
[name]
Size: a a a
З🧟
[name]
З🧟
B
NR
В
З🧟
B
F
В
В
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));
S
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));
F
F
F
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));
F
В
В
F
t