tor-browser

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

es6module_top_level_await.js (49B)


      1 await 1;
      2 
      3 export function foo() {
      4  return 10;
      5 }