blob: 21bda6f8f0499c0bcef1248c42f299e618c0d075 [file] [log] [blame]
<html>
<script>
function startWorker() {
window.worker = new Worker('worker.js');
}
</script>
</html>