Merge API branch into main #12

Merged
SemvdH merged 334 commits from api into main 2023-06-13 19:54:43 +00:00
Showing only changes of commit e4f06440fb - Show all commits

View File

@@ -157,7 +157,7 @@
xhr.overrideMimeType("text/plain; charset=utf-8");
xhr.onload = (e) => {
console.log("response image received");
const img = req.response;
const img = e.response;
document.getElementById("picture").src = "data:image/png;base64," + img;
}
console.log("sending picture request")