<!doctype html> <script> const workerUrl = '../scope2/empty.js'; const worker = new Worker(workerUrl); </script>