dedicated-worker.js (160B)
1 self.onmessage = (e) => { 2 fetch(e.data, {mode: 'no-cors'}).then(() => { 3 self.postMessage('LOADED'); 4 }, () => { 5 self.postMessage('FAILED'); 6 }); 7 };
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |