tor-browser

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

dynamic-import-lazy.js (71B)


      1 function lazyilyParsedFunction()
      2 {
      3    return import("/module1.js");
      4 }