tor-browser

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

react-component-module.js (169B)


      1 // Use a code pattern identified by the parser worker to classify this module as a React Component
      2 var isReactComponent = true;
      3 
      4 function pauseInReact() {
      5  debugger;
      6 }