postmessage-blob-url.js (143B)
1 self.onmessage = e => { 2 fetch(e.data) 3 .then(response => response.text()) 4 .then(text => e.source.postMessage('Worker reply:' + text)); 5 };
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |