10px
Loading your editor data. This won't take long...
🚮 delete the code?
The code will be permanently deleted and cannot be recovered!
CANCEL
DELETE
/* const worker = new Worker("worker.js"); worker.postMessage({ type: "load" }); worker.onmessage = (e) => { if (e.data.type === "loaded") { editor.value = e.data.content; } };*/