version 1.32, 2024/03/28 20:02:23 |
version 1.33, 2024/03/28 20:04:56 |
Line 60 fetch('/feedbk/', { |
|
Line 60 fetch('/feedbk/', { |
|
}, |
}, |
body: JSON.stringify({ "cfem": "a@b.ru", "cfsu" : "subject", "cfme" : "message", "cfto" : "token" }) |
body: JSON.stringify({ "cfem": "a@b.ru", "cfsu" : "subject", "cfme" : "message", "cfto" : "token" }) |
}) |
}) |
.then(response => response.json()) |
// .then(response => response.json()) |
.then(response => console.log(JSON.stringify(response))) |
// .then(response => console.log(JSON.stringify(response))) |
|
.then(response => response.text()); |
|
console.log(response); |
|
|
|
|
}, |
}, |