summaryrefslogtreecommitdiffstats
path: root/devtools/client/debugger/test/mochitest/examples/doc-module-worker.html
blob: 56bbeca921faa43c615d9e9f4f34f4077a27e2ec (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE HTML>
<html>
<script>
new Worker("data:text/javascript;charset=UTF-8,postMessage('HELLO')", {type: "module"});
</script>
<body>
Hello World!
</body>
</html>