![]() ![]() | ![]() |
version 1.54, 2024/03/29 20:59:52 | version 1.55, 2024/03/29 21:01:36 | ||
---|---|---|---|
|
|
||
}) | }) | ||
.then(dataJson => { | .then(dataJson => { | ||
console.log(dataJson); | console.log(dataJson); | ||
dataReceived = JSON.parse(dataJson) | dataReceived = JSON.parse(dataJson.getJSON); | ||
}) | }) | ||
.catch(err => { | .catch(err => { | ||
if (err === "server") return | if (err === "server") return |