Y
Size: a a a
AK
AK
ES
ES
ES
A
NK
Y
R
TS
R
TS
R
M
fetch("http://localhost:7777/mydb", {method: "POST", headers: {"content-type":"application/json"}, body: JSON.stringify({"id":9,'Name':'Kir'})Uncaught SyntaxError: Unexpected end of input
.then(d=>d.json())
.then(d=>console.log(d))
.catch(err => console.log(err))
V
fetch("http://localhost:7777/mydb", {method: "POST", headers: {"content-type":"application/json"}, body: JSON.stringify({"id":9,'Name':'Kir'})Uncaught SyntaxError: Unexpected end of input
.then(d=>d.json())
.then(d=>console.log(d))
.catch(err => console.log(err))
M