tor-browser

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

export-default-async-asi.js (159B)


      1 export default async // ASI occurs here due to the [no LineTerminator here] restriction on default-exporting an async function
      2 function async() { return 17; }