tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

resolve-then-throw.js (123B)


      1 self.log.push('importScripts()ed script');
      2 Promise.resolve().then(() => self.log.push('promise'));
      3 throw new Error('foo');