version 1.44, 2024/03/29 18:47:26 |
version 1.46, 2024/03/29 19:05:01 |
Line 55 async function sendData() { |
|
Line 55 async function sendData() { |
|
/* --------------------- */ |
/* --------------------- */ |
//ovar re=""; |
//ovar re=""; |
|
|
const dataToSend = JSON.stringify({"email": "hey@mail.com", "password": "101010"}); |
const dataToSend = JSON.stringify({"email": "hey@mail.com", "password": "101010", "fribble": "input / output"}); |
let dataReceived = ""; |
let dataReceived = ""; |
fetch("/feedbk/", { |
fetch("/feedbk/", { |
credentials: "same-origin", |
credentials: "same-origin", |