simple-worker.js (189B)
1 var count = 0; 2 function timer() { 3 var n = ++count; 4 console.log("WORKER SAYS HELLO! " + n); 5 } 6 7 setInterval(timer, 1000); 8 9 self.onmessage = function onmessage() { 10 console.log("hi"); 11 };
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |