Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE HTML>
<title>Shared workers: create antoehr sharedworekr client</title>
<pre id=log>Hello World</pre>
<script>
var worker = new SharedWorker('sharedWorker_fetch.js');
</script>