1 2 3 4
<!DOCTYPE html> <script> var worker = new Worker("data:text/javascript,setTimeout(null)"); </script>