Remove test fetch

This commit is contained in:
Maximilian Ammann 2021-12-09 16:30:57 +01:00
parent 7e121603f9
commit 638a33966f

View File

@ -3,7 +3,7 @@ import init from "mapr";
onmessage = async m => {
let msg = m.data;
await fetch("http://localhost:8080/mapr.html")
//await fetch("http://localhost:8080/mapr.html")
if (msg.type === "init") {
const init_output = await init(undefined, msg.memory);