Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE HTML>
<html>
<script>
startWorker();
function startWorker() {
w = new Worker("scopes-worker.js");
}
</script>
<body>
Hello World!
</body>
</html>