<!DOCTYPE html> <header></header> <body> <script> let worker; worker = new Worker("worker.js?" + Math.random()); </script> </body>