top of page

abraham6111

Más acciones
bottom of page
if (window.Worker) { const myWorker = new Worker("worker.js"); myWorker.postMessage("start"); }