tor-browser

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

dynamic_import.js (143B)


      1 import("./empty-worklet-script.js")
      2  .then(() => {
      3    console.log("Fail");
      4  })
      5  .catch(e => {
      6    console.log(e.name + ": Success");
      7  });