<!DOCTYPE html>
<script>
  const worker = new Worker('worker.mjs', {type: 'module'})
</script>