tor-browser

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

util.js (117B)


      1 async function createTranslator(options) {
      2  await test_driver.bless();
      3  return await Translator.create(options);
      4 }